#8A6616
A dark, vivid orange closely aligning with Darkgoldenrod.
About #8A6616
When working with digital screens, the color #8A6616 is rendered by mixing light. Its closest recognized web color is Darkgoldenrod. This translates to an RGB value of rgb(138, 102, 22).
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 26% magenta inks. This makes it a relatively light color when applied to physical surfaces.
Ensuring your text is legible against this background is a key part of web design. Because it is a dark color, it is generally recommended to use #FFFFFF text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#8A6616
RGB138, 102, 22
HSL41.4°, 72.5%, 31.4%
CMYK0%, 26%, 84%, 46%
HSV41.4°, 84.1%, 54.1%
LAB45.6, 7.0, 46.9
XYZ15.4, 15.0, 2.8
Decimal9070102
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.26:1
Text on #FFFFFF
AA
3.99:1
Text on #000000
AA Large
5.03:1
Text on #F8FAFC
AA
3.39:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #8A6616;
}
.text-color {
color: #8A6616;
}
.border-color {
border: 2px solid #8A6616;
}