#A86650
A medium, moderate orange closely aligning with Sienna.
About #A86650
Visually, #A86650 is defined as a moderate orange. Designers often compare it to the standard color Sienna. In the RGB color space, it consists of 168 red, 102 green, and 80 blue.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). Its ink density profile breaks down to 0% cyan, 39% magenta, 52% yellow, and 34% black. With a hue angle of 15.0 degrees, it sits comfortably in the orange spectrum.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#A86650
RGB168, 102, 80
HSL15.0°, 35.5%, 48.6%
CMYK0%, 39%, 52%, 34%
HSV15.0°, 52.4%, 65.9%
LAB50.0, 24.2, 23.6
XYZ22.3, 18.4, 10.0
Decimal11036240
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.49:1
Text on #FFFFFF
AA Large
4.68:1
Text on #000000
AA
4.29:1
Text on #F8FAFC
AA Large
3.98:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #A86650;
}
.text-color {
color: #A86650;
}
.border-color {
border: 2px solid #A86650;
}