Shades of Dark Goldenrod #A97F0E
Tints of Dark Goldenrod #A97F0E
RGB
CMYK
RGB Variations
Color information
#A97F0E (or 0xA97F0E) is known color: Dark Goldenrod. HEX triplet: A9, 7F and 0E. RGB value is (169,127,14). Sum of RGB (Red+Green+Blue) = 169+127+14=310 (41% of max value = 765). Red value is 169 (66.41% from 255 or 54.52% from 310); Green value is 127 (50% from 255 or 40.97% from 310); Blue value is 14 (5.86% from 255 or 4.52% from 310); Max value from RGB is 169 - color contains mainly: red. Hex color #A97F0E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A97F0E is #5680F1. Grayscale: #7F7F7F. Windows color (decimal): -5669106 or 950185. OLE color: 950185.
HSL color Cylindrical-coordinate representation of color #A97F0E: hue angle of 43.74º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A97F0E is Cyan = 0, Magento = 0.25, Yellow = 0.92 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 127 | 14 | - |
| CMYK | 0 | 0.25 | 0.92 | 0.34 |
| HSL | 43.74º | 0.85% | 0.36% | - |
| HSV(B) | 43.74º | 0.92% | 0.66% | - |
| XYZ | 24.03 | 23.65 | 3.71 | - |
| YUV | 126.68 | 64.41 | 158.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 127 | 14 | 0 | 0.25 | 0.92 | 0.34 | 43.74 | 0.85 | 0.36 |
| Hex | A9 | 7F | E | 0 | 19 | 5C | 22 | 2C | 55 | 24 |
| Octal | 251 | 177 | 16 | 0 | 31 | 134 | 42 | 54 | 125 | 44 |
| Binary | 10101001 | 1111111 | 1110 | 0 | 11001 | 1011100 | 100010 | 101100 | 1010101 | 100100 |
Color Harmonies of #A97F0E
Complementary color
Monochromatic Colors of #A97F0E
Black with #A97F0E
Text Example
Text Example
White with #A97F0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A97F0E; }
p { color: rgb(169,127,14); }
H1.HeaderClassName
{
color: #A97F0E;
}
.AnyTagClassName
{
color: #A97F0E;
}
</style>
background-color css
<style>
a { background-color: #A97F0E; }
a { background-color: rgb(169,127,14); }
div.DivClassName
{
background-color: #A97F0E;
}
.BgClassName
{
background-color: #A97F0E;
}
</style>
border-color css
<style>
span { border-color: #A97F0E; }
span { border-color: rgb(169,127,14); }
td.TdClassName
{
border-color: #A97F0E;
}
.TagClassName
{
border-color: #A97F0E;
}
</style>