#A88A50
A medium, moderate orange closely aligning with Burlywood.
About #A88A50
When working with digital screens, the color #A88A50 is rendered by mixing light. Designers often compare it to the standard color Burlywood. This translates to an RGB value of rgb(168, 138, 80).
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 0% cyan, 18% magenta, 52% yellow, and 34% black. 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. To prevent eye strain, #000000 text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#A88A50
RGB168, 138, 80
HSL39.5°, 35.5%, 48.6%
CMYK0%, 18%, 52%, 34%
HSV39.5°, 52.4%, 65.9%
LAB59.0, 3.9, 35.1
XYZ26.7, 27.1, 11.4
Decimal11045456
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.27:1
Text on #FFFFFF
AA Large
6.42:1
Text on #000000
AA
3.13:1
Text on #F8FAFC
AA Large
5.45:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #A88A50;
}
.text-color {
color: #A88A50;
}
.border-color {
border: 2px solid #A88A50;
}