#A06642
A medium, moderate orange closely aligning with Sienna.
About #A06642
At its core, #A06642 is a medium and moderate hue. Designers often compare it to the standard color Sienna. To achieve this exact tint on a monitor, you would use an RGB mix of 160, 102, and 66.
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 0% cyan, 36% magenta, 59% yellow, and 37% black. The HSL representation is 23.0° hue, 41.6% saturation, and 44.3% lightness.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #FFFFFF text provides the most optimal reading experience. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#A06642
RGB160, 102, 66
HSL23.0°, 41.6%, 44.3%
CMYK0%, 36%, 59%, 37%
HSV23.0°, 58.7%, 62.7%
LAB48.7, 19.6, 29.8
XYZ20.2, 17.4, 7.4
Decimal10511938
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.69:1
Text on #FFFFFF
AA
4.47:1
Text on #000000
AA Large
4.49:1
Text on #F8FAFC
AA Large
3.80:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #A06642;
}
.text-color {
color: #A06642;
}
.border-color {
border: 2px solid #A06642;
}