Rosy Brown (Brown)
#A99AAC
RGB: 169, 154, 172
Color OverviewHEX #A99AAC

#A99AAC Color Code Information

In the RGB color space, #A99AAC is composed of 66% red, 60% green, and 67% blue. In the HSL color space, it has a hue of 290°, saturation of 10%, and lightness of 64%.

HEX
#A99AAC
RGB
169, 154, 172
HSL
290°, 10%, 64%
HSV
290°, 10%, 67%
CMYK
2%, 10%, 0%, 33%
Name Match
Rosy Brown
Closest Standard

Shades of #A99AAC (Darker Variations)

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

Tints of #A99AAC (Lighter Variations)

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

Tones of #A99AAC (Muted Variations)

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

Color Harmonies for #A99AAC

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

Developer Code Snippets & Tailwind CSS

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

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