#A8662C
A medium, moderate orange closely aligning with Sienna.
About #A8662C
At its core, #A8662C is a medium and moderate hue. It is closely associated with the named CSS color Sienna. In the RGB color space, it consists of 168 red, 102 green, and 44 blue.
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 0% cyan and 39% magenta inks. The HSL representation is 28.1° hue, 58.5% saturation, and 41.6% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. To prevent eye strain, #000000 text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#A8662C
RGB168, 102, 44
HSL28.1°, 58.5%, 41.6%
CMYK0%, 39%, 74%, 34%
HSV28.1°, 73.8%, 65.9%
LAB49.5, 21.6, 42.6
XYZ21.4, 18.0, 4.7
Decimal11036204
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.56:1
Text on #FFFFFF
AA
4.60:1
Text on #000000
AA
4.36:1
Text on #F8FAFC
AA Large
3.91:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #A8662C;
}
.text-color {
color: #A8662C;
}
.border-color {
border: 2px solid #A8662C;
}