#A87524
A medium, moderate orange closely aligning with Peru.
About #A87524
At its core, #A87524 is a medium and moderate hue. If you're using CSS, you might find it aligns closely with Peru. To achieve this exact tint on a monitor, you would use an RGB mix of 168, 117, and 36.
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 0% cyan and 30% magenta inks. With a hue angle of 36.8 degrees, it sits comfortably in the orange spectrum.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #000000 typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#A87524
RGB168, 117, 36
HSL36.8°, 64.7%, 40.0%
CMYK0%, 30%, 79%, 34%
HSV36.8°, 78.6%, 65.9%
LAB53.1, 12.8, 49.8
XYZ22.8, 21.2, 4.6
Decimal11040036
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.01:1
Text on #FFFFFF
AA Large
5.23:1
Text on #000000
AA
3.83:1
Text on #F8FAFC
AA Large
4.45:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #A87524;
}
.text-color {
color: #A87524;
}
.border-color {
border: 2px solid #A87524;
}