#927C5F
A medium, muted orange closely aligning with Gray.
About #927C5F
The hex code #927C5F represents a beautifully specific shade of orange. If you're using CSS, you might find it aligns closely with Gray. This translates to an RGB value of rgb(146, 124, 95).
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 0% C, 15% M, 35% Y, and 43% K. With a hue angle of 34.1 degrees, it sits comfortably in the orange spectrum.
Ensuring your text is legible against this background is a key part of web design. 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#927C5F
RGB146, 124, 95
HSL34.1°, 21.2%, 47.3%
CMYK0%, 15%, 35%, 43%
HSV34.1°, 34.9%, 57.3%
LAB53.3, 4.0, 19.0
XYZ21.1, 21.4, 13.8
Decimal9600095
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.98:1
Text on #FFFFFF
AA Large
5.27:1
Text on #000000
AA
3.81:1
Text on #F8FAFC
AA Large
4.48:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #927C5F;
}
.text-color {
color: #927C5F;
}
.border-color {
border: 2px solid #927C5F;
}