Rosy Brown (Brown)
#AA9E9A
RGB: 170, 158, 154
Color OverviewHEX #AA9E9A

#AA9E9A Color Code Information

In the RGB color space, #AA9E9A is composed of 67% red, 62% green, and 60% blue. In the HSL color space, it has a hue of 15°, saturation of 9%, and lightness of 64%.

HEX
#AA9E9A
RGB
170, 158, 154
HSL
15°, 9%, 64%
HSV
15°, 9%, 67%
CMYK
0%, 7%, 9%, 33%
Name Match
Rosy Brown
Closest Standard

Shades of #AA9E9A (Darker Variations)

Shades are created by progressively mixing the base color with black.

Tints of #AA9E9A (Lighter Variations)

Tints are created by progressively mixing the base color with pure white.

Tones of #AA9E9A (Muted Variations)

Tones are created by mixing the base color with true neutral gray.

Color Harmonies for #AA9E9A

Calculated color schemes based on classic color wheel angles for graphic and web design.

WCAG Accessibility Contrast Ratios

Verification against Web Content Accessibility Guidelines (WCAG 2.1) standards for web text readability.

Sample Text on #AA9E9A Background
Contrast Ratio against Pure White (#FFFFFF):2.6 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #AA9E9A Background
Contrast Ratio against Pure Black (#000000):8.07 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)

Developer Code Snippets & Tailwind CSS

CSS Variables & Declarations
:root {
  --color-brand: #AA9E9A;
}

.element {
  color: #AA9E9A;
  background-color: #AA9E9A;
  border-color: #AA9E9A;
}
Tailwind CSS v4 Utility Classes
<!-- Tailwind Arbitrary Values -->
<div className="bg-[#AA9E9A] text-[#AA9E9A] border-[#AA9E9A]">
  Content styled with #AA9E9A
</div>