Rosy Brown (Brown)
#A09673
RGB: 160, 150, 115
Color OverviewHEX #A09673

#A09673 Color Code Information

In the RGB color space, #A09673 is composed of 63% red, 59% green, and 45% blue. In the HSL color space, it has a hue of 47°, saturation of 19%, and lightness of 54%.

HEX
#A09673
RGB
160, 150, 115
HSL
47°, 19%, 54%
HSV
47°, 28%, 63%
CMYK
0%, 6%, 28%, 37%
Name Match
Rosy Brown
Closest Standard

Shades of #A09673 (Darker Variations)

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

Tints of #A09673 (Lighter Variations)

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

Tones of #A09673 (Muted Variations)

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

Color Harmonies for #A09673

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

Developer Code Snippets & Tailwind CSS

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

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