#A0661D
A dark, moderate orange closely aligning with Peru.
About #A0661D
At its core, #A0661D is a dark and moderate hue. It is closely associated with the named CSS color Peru. This translates to an RGB value of rgb(160, 102, 29).
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 0% cyan, 36% magenta, 82% yellow, and 37% black. The HSL representation is 33.4° hue, 69.3% saturation, and 37.1% lightness.
When using this color as a background, text legibility must be considered. To prevent eye strain, #FFFFFF text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#A0661D
RGB160, 102, 29
HSL33.4°, 69.3%, 37.1%
CMYK0%, 36%, 82%, 37%
HSV33.4°, 81.9%, 62.7%
LAB48.3, 17.4, 47.8
XYZ19.5, 17.1, 3.4
Decimal10511901
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.76:1
Text on #FFFFFF
AA
4.41:1
Text on #000000
AA Large
4.55:1
Text on #F8FAFC
AA
3.75:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #A0661D;
}
.text-color {
color: #A0661D;
}
.border-color {
border: 2px solid #A0661D;
}