Rosy Brown (Brown)
#AA8C87
RGB: 170, 140, 135
Color OverviewHEX #AA8C87

#AA8C87 Color Code Information

In the RGB color space, #AA8C87 is composed of 67% red, 55% green, and 53% blue. In the HSL color space, it has a hue of 9°, saturation of 17%, and lightness of 60%.

HEX
#AA8C87
RGB
170, 140, 135
HSL
9°, 17%, 60%
HSV
9°, 21%, 67%
CMYK
0%, 18%, 21%, 33%
Name Match
Rosy Brown
Closest Standard

Shades of #AA8C87 (Darker Variations)

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

Tints of #AA8C87 (Lighter Variations)

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

Tones of #AA8C87 (Muted Variations)

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

Color Harmonies for #AA8C87

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

Developer Code Snippets & Tailwind CSS

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

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