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

#AA9D9D Color Code Information

In the RGB color space, #AA9D9D is composed of 67% red, 62% green, and 62% blue. In the HSL color space, it has a hue of 0°, saturation of 7%, and lightness of 64%.

HEX
#AA9D9D
RGB
170, 157, 157
HSL
0°, 7%, 64%
HSV
0°, 8%, 67%
CMYK
0%, 8%, 8%, 33%
Name Match
Rosy Brown
Closest Standard

Shades of #AA9D9D (Darker Variations)

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

Tints of #AA9D9D (Lighter Variations)

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

Tones of #AA9D9D (Muted Variations)

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

Color Harmonies for #AA9D9D

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

Developer Code Snippets & Tailwind CSS

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

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