Rosy Brown (Brown)
#A39E80
RGB: 163, 158, 128
Color OverviewHEX #A39E80

#A39E80 Color Code Information

In the RGB color space, #A39E80 is composed of 64% red, 62% green, and 50% blue. In the HSL color space, it has a hue of 51°, saturation of 16%, and lightness of 57%.

HEX
#A39E80
RGB
163, 158, 128
HSL
51°, 16%, 57%
HSV
51°, 21%, 64%
CMYK
0%, 3%, 21%, 36%
Name Match
Rosy Brown
Closest Standard

Shades of #A39E80 (Darker Variations)

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

Tints of #A39E80 (Lighter Variations)

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

Tones of #A39E80 (Muted Variations)

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

Color Harmonies for #A39E80

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

Developer Code Snippets & Tailwind CSS

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

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