Shades of Dark Goldenrod #A97B0E
Tints of Dark Goldenrod #A97B0E
RGB
CMYK
RGB Variations
Color information
#A97B0E (or 0xA97B0E) is known color: Dark Goldenrod. HEX triplet: A9, 7B and 0E. RGB value is (169,123,14). Sum of RGB (Red+Green+Blue) = 169+123+14=306 (40% of max value = 765). Red value is 169 (66.41% from 255 or 55.23% from 306); Green value is 123 (48.44% from 255 or 40.20% from 306); Blue value is 14 (5.86% from 255 or 4.58% from 306); Max value from RGB is 169 - color contains mainly: red. Hex color #A97B0E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A97B0E is #5684F1. Grayscale: #7C7C7C. Windows color (decimal): -5670130 or 949161. OLE color: 949161.
HSL color Cylindrical-coordinate representation of color #A97B0E: hue angle of 42.19º 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 #A97B0E is Cyan = 0, Magento = 0.27, Yellow = 0.92 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 123 | 14 | - |
| CMYK | 0 | 0.27 | 0.92 | 0.34 |
| HSL | 42.19º | 0.85% | 0.36% | - |
| HSV(B) | 42.19º | 0.92% | 0.66% | - |
| XYZ | 23.52 | 22.63 | 3.54 | - |
| YUV | 124.33 | 65.74 | 159.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 123 | 14 | 0 | 0.27 | 0.92 | 0.34 | 42.19 | 0.85 | 0.36 |
| Hex | A9 | 7B | E | 0 | 1B | 5C | 22 | 2A | 55 | 24 |
| Octal | 251 | 173 | 16 | 0 | 33 | 134 | 42 | 52 | 125 | 44 |
| Binary | 10101001 | 1111011 | 1110 | 0 | 11011 | 1011100 | 100010 | 101010 | 1010101 | 100100 |
Color Harmonies of #A97B0E
Complementary color
Monochromatic Colors of #A97B0E
Black with #A97B0E
Text Example
Text Example
White with #A97B0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A97B0E; }
p { color: rgb(169,123,14); }
H1.HeaderClassName
{
color: #A97B0E;
}
.AnyTagClassName
{
color: #A97B0E;
}
</style>
background-color css
<style>
a { background-color: #A97B0E; }
a { background-color: rgb(169,123,14); }
div.DivClassName
{
background-color: #A97B0E;
}
.BgClassName
{
background-color: #A97B0E;
}
</style>
border-color css
<style>
span { border-color: #A97B0E; }
span { border-color: rgb(169,123,14); }
td.TdClassName
{
border-color: #A97B0E;
}
.TagClassName
{
border-color: #A97B0E;
}
</style>