#A05F07
A dark, vivid orange closely aligning with Peru.
About #A05F07
At its core, #A05F07 is a dark and vivid hue. It is closely associated with the named CSS color Peru. To achieve this exact tint on a monitor, you would use an RGB mix of 160, 95, and 7.
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 0% C, 41% M, 96% Y, and 37% K. Always request a physical proof before doing a large print run with this exact code.
Ensuring your text is legible against this background is a key part of web design. Mathematical luminance calculations suggest that #FFFFFF text provides the most optimal reading experience. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#A05F07
RGB160, 95, 7
HSL34.5°, 91.6%, 32.7%
CMYK0%, 41%, 96%, 37%
HSV34.5°, 95.6%, 62.7%
LAB46.5, 20.8, 53.0
XYZ18.6, 15.7, 2.2
Decimal10510087
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.08:1
Text on #FFFFFF
AA
4.13:1
Text on #000000
AA Large
4.85:1
Text on #F8FAFC
AA
3.51:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #A05F07;
}
.text-color {
color: #A05F07;
}
.border-color {
border: 2px solid #A05F07;
}