Rosy Brown (Brown)
#A09C9D
RGB: 160, 156, 157
Color OverviewHEX #A09C9D

#A09C9D Color Code Information

In the RGB color space, #A09C9D is composed of 63% red, 61% green, and 62% blue. In the HSL color space, it has a hue of 345°, saturation of 2%, and lightness of 62%.

HEX
#A09C9D
RGB
160, 156, 157
HSL
345°, 2%, 62%
HSV
345°, 2%, 63%
CMYK
0%, 2%, 2%, 37%
Name Match
Rosy Brown
Closest Standard

Shades of #A09C9D (Darker Variations)

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

Tints of #A09C9D (Lighter Variations)

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

Tones of #A09C9D (Muted Variations)

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

Color Harmonies for #A09C9D

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

Developer Code Snippets & Tailwind CSS

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

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