Rosy Brown (Brown)
#AA9D8D
RGB: 170, 157, 141
Color OverviewHEX #AA9D8D

#AA9D8D Color Code Information

In the RGB color space, #AA9D8D is composed of 67% red, 62% green, and 55% blue. In the HSL color space, it has a hue of 33°, saturation of 15%, and lightness of 61%.

HEX
#AA9D8D
RGB
170, 157, 141
HSL
33°, 15%, 61%
HSV
33°, 17%, 67%
CMYK
0%, 8%, 17%, 33%
Name Match
Rosy Brown
Closest Standard

Shades of #AA9D8D (Darker Variations)

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

Tints of #AA9D8D (Lighter Variations)

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

Tones of #AA9D8D (Muted Variations)

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

Color Harmonies for #AA9D8D

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

Developer Code Snippets & Tailwind CSS

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

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