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

#AA9DA3 Color Code Information

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

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

Shades of #AA9DA3 (Darker Variations)

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

Tints of #AA9DA3 (Lighter Variations)

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

Tones of #AA9DA3 (Muted Variations)

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

Color Harmonies for #AA9DA3

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

Developer Code Snippets & Tailwind CSS

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

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