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