#A06D2C
A medium, moderate orange closely aligning with Peru.
About #A06D2C
At its core, #A06D2C is a medium and moderate hue. It is closely associated with the named CSS color Peru. This translates to an RGB value of rgb(160, 109, 44).
For print applications, it's crucial to understand its CMYK makeup. The color uses 0% Cyan, 32% Magenta, 72% Yellow, and 37% Black. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #000000 typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#A06D2C
RGB160, 109, 44
HSL33.6°, 56.9%, 40.0%
CMYK0%, 32%, 72%, 37%
HSV33.6°, 72.5%, 62.7%
LAB50.2, 14.1, 43.0
XYZ20.4, 18.6, 4.9
Decimal10513708
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.45:1
Text on #FFFFFF
AA Large
4.72:1
Text on #000000
AA
4.25:1
Text on #F8FAFC
AA Large
4.01:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #A06D2C;
}
.text-color {
color: #A06D2C;
}
.border-color {
border: 2px solid #A06D2C;
}