#A09283
A medium, muted orange closely aligning with Gray.
About #A09283
Visually, #A09283 is defined as a muted orange. If you're using CSS, you might find it aligns closely with Gray. To achieve this exact tint on a monitor, you would use an RGB mix of 160, 146, and 131.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). To reproduce this shade on paper, a printer utilizes 0% cyan and 9% magenta inks. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. Because it is a medium color, it is generally recommended to use #000000 text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#A09283
RGB160, 146, 131
HSL31.0°, 13.2%, 57.1%
CMYK0%, 9%, 18%, 37%
HSV31.0°, 18.1%, 62.7%
LAB61.4, 2.6, 9.8
XYZ28.9, 29.7, 25.7
Decimal10523267
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.03:1
Text on #FFFFFF
AA Large
6.93:1
Text on #000000
AA
2.89:1
Text on #F8FAFC
FAIL
5.89:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #A09283;
}
.text-color {
color: #A09283;
}
.border-color {
border: 2px solid #A09283;
}