Peru (Brown)
#AC8B54
RGB: 172, 139, 84
Color OverviewHEX #AC8B54

#AC8B54 Color Code Information

In the RGB color space, #AC8B54 is composed of 67% red, 55% green, and 33% blue. In the HSL color space, it has a hue of 37°, saturation of 35%, and lightness of 50%.

HEX
#AC8B54
RGB
172, 139, 84
HSL
37°, 35%, 50%
HSV
37°, 51%, 67%
CMYK
0%, 19%, 51%, 33%
Name Match
Peru
Closest Standard

Shades of #AC8B54 (Darker Variations)

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

Tints of #AC8B54 (Lighter Variations)

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

Tones of #AC8B54 (Muted Variations)

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

Color Harmonies for #AC8B54

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

Developer Code Snippets & Tailwind CSS

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

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