Shades of Dark Goldenrod #A87A0E
Tints of Dark Goldenrod #A87A0E
RGB
CMYK
RGB Variations
Color information
#A87A0E (or 0xA87A0E) is known color: Dark Goldenrod. HEX triplet: A8, 7A and 0E. RGB value is (168,122,14). Sum of RGB (Red+Green+Blue) = 168+122+14=304 (40% of max value = 765). Red value is 168 (66.02% from 255 or 55.26% from 304); Green value is 122 (48.05% from 255 or 40.13% from 304); Blue value is 14 (5.86% from 255 or 4.61% from 304); Max value from RGB is 168 - color contains mainly: red. Hex color #A87A0E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A87A0E is #5785F1. Grayscale: #7B7B7B. Windows color (decimal): -5735922 or 948904. OLE color: 948904.
HSL color Cylindrical-coordinate representation of color #A87A0E: hue angle of 42.08º 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 #A87A0E is Cyan = 0, Magento = 0.27, Yellow = 0.92 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 122 | 14 | - |
| CMYK | 0 | 0.27 | 0.92 | 0.34 |
| HSL | 42.08º | 0.85% | 0.36% | - |
| HSV(B) | 42.08º | 0.92% | 0.66% | - |
| XYZ | 23.19 | 22.28 | 3.49 | - |
| YUV | 123.44 | 66.24 | 159.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 122 | 14 | 0 | 0.27 | 0.92 | 0.34 | 42.08 | 0.85 | 0.36 |
| Hex | A8 | 7A | E | 0 | 1B | 5C | 22 | 2A | 55 | 24 |
| Octal | 250 | 172 | 16 | 0 | 33 | 134 | 42 | 52 | 125 | 44 |
| Binary | 10101000 | 1111010 | 1110 | 0 | 11011 | 1011100 | 100010 | 101010 | 1010101 | 100100 |
Color Harmonies of #A87A0E
Complementary color
Monochromatic Colors of #A87A0E
Black with #A87A0E
Text Example
Text Example
White with #A87A0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A87A0E; }
p { color: rgb(168,122,14); }
H1.HeaderClassName
{
color: #A87A0E;
}
.AnyTagClassName
{
color: #A87A0E;
}
</style>
background-color css
<style>
a { background-color: #A87A0E; }
a { background-color: rgb(168,122,14); }
div.DivClassName
{
background-color: #A87A0E;
}
.BgClassName
{
background-color: #A87A0E;
}
</style>
border-color css
<style>
span { border-color: #A87A0E; }
span { border-color: rgb(168,122,14); }
td.TdClassName
{
border-color: #A87A0E;
}
.TagClassName
{
border-color: #A87A0E;
}
</style>