Rosy Brown (Brown)
#AA899B
RGB: 170, 137, 155
Color OverviewHEX #AA899B

#AA899B Color Code Information

In the RGB color space, #AA899B is composed of 67% red, 54% green, and 61% blue. In the HSL color space, it has a hue of 327°, saturation of 16%, and lightness of 60%.

HEX
#AA899B
RGB
170, 137, 155
HSL
327°, 16%, 60%
HSV
327°, 19%, 67%
CMYK
0%, 19%, 9%, 33%
Name Match
Rosy Brown
Closest Standard

Shades of #AA899B (Darker Variations)

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

Tints of #AA899B (Lighter Variations)

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

Tones of #AA899B (Muted Variations)

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

Color Harmonies for #AA899B

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 #AA899B Background
Contrast Ratio against Pure White (#FFFFFF):3.11 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #AA899B Background
Contrast Ratio against Pure Black (#000000):6.76 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)

Developer Code Snippets & Tailwind CSS

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

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