Rosy Brown (Brown)
#A4969F
RGB: 164, 150, 159
Color OverviewHEX #A4969F
#A4969F Color Code Information
In the RGB color space, #A4969F is composed of 64% red, 59% green, and 62% blue. In the HSL color space, it has a hue of 321°, saturation of 7%, and lightness of 62%.
HEX
#A4969F
RGB
164, 150, 159
HSL
321°, 7%, 62%
HSV
321°, 9%, 64%
CMYK
0%, 9%, 3%, 36%
Name Match
Rosy Brown
Closest StandardShades of #A4969F (Darker Variations)
Shades are created by progressively mixing the base color with black.
Tints of #A4969F (Lighter Variations)
Tints are created by progressively mixing the base color with pure white.
Tones of #A4969F (Muted Variations)
Tones are created by mixing the base color with true neutral gray.
Color Harmonies for #A4969F
Calculated color schemes based on classic color wheel angles for graphic and web design.
Complementary
Analogous
Split Complementary
Monochromatic
WCAG Accessibility Contrast Ratios
Verification against Web Content Accessibility Guidelines (WCAG 2.1) standards for web text readability.
Sample Text on #A4969F Background
Contrast Ratio against Pure White (#FFFFFF):2.82 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #A4969F Background
Contrast Ratio against Pure Black (#000000):7.44 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Developer Code Snippets & Tailwind CSS
CSS Variables & Declarations
:root {
--color-brand: #A4969F;
}
.element {
color: #A4969F;
background-color: #A4969F;
border-color: #A4969F;
}Tailwind CSS v4 Utility Classes
<!-- Tailwind Arbitrary Values --> <div className="bg-[#A4969F] text-[#A4969F] border-[#A4969F]"> Content styled with #A4969F </div>