Rosy Brown (Brown)
#AD9AAB
RGB: 173, 154, 171
Color OverviewHEX #AD9AAB
#AD9AAB Color Code Information
In the RGB color space, #AD9AAB is composed of 68% red, 60% green, and 67% blue. In the HSL color space, it has a hue of 306°, saturation of 10%, and lightness of 64%.
HEX
#AD9AAB
RGB
173, 154, 171
HSL
306°, 10%, 64%
HSV
306°, 11%, 68%
CMYK
0%, 11%, 1%, 32%
Name Match
Rosy Brown
Closest StandardShades of #AD9AAB (Darker Variations)
Shades are created by progressively mixing the base color with black.
Tints of #AD9AAB (Lighter Variations)
Tints are created by progressively mixing the base color with pure white.
Tones of #AD9AAB (Muted Variations)
Tones are created by mixing the base color with true neutral gray.
Color Harmonies for #AD9AAB
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 #AD9AAB Background
Contrast Ratio against Pure White (#FFFFFF):2.63 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #AD9AAB Background
Contrast Ratio against Pure Black (#000000):7.99 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Developer Code Snippets & Tailwind CSS
CSS Variables & Declarations
:root {
--color-brand: #AD9AAB;
}
.element {
color: #AD9AAB;
background-color: #AD9AAB;
border-color: #AD9AAB;
}Tailwind CSS v4 Utility Classes
<!-- Tailwind Arbitrary Values --> <div className="bg-[#AD9AAB] text-[#AD9AAB] border-[#AD9AAB]"> Content styled with #AD9AAB </div>