Shades of Dark Goldenrod #A8840E
Tints of Dark Goldenrod #A8840E
RGB
CMYK
RGB Variations
Color information
#A8840E (or 0xA8840E) is known color: Dark Goldenrod. HEX triplet: A8, 84 and 0E. RGB value is (168,132,14). Sum of RGB (Red+Green+Blue) = 168+132+14=314 (41% of max value = 765). Red value is 168 (66.02% from 255 or 53.50% from 314); Green value is 132 (51.95% from 255 or 42.04% from 314); Blue value is 14 (5.86% from 255 or 4.46% from 314); Max value from RGB is 168 - color contains mainly: red. Hex color #A8840E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A8840E is #577BF1. Grayscale: #818181. Windows color (decimal): -5733362 or 951464. OLE color: 951464.
HSL color Cylindrical-coordinate representation of color #A8840E: hue angle of 45.97º 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 #A8840E is Cyan = 0, Magento = 0.21, Yellow = 0.92 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 132 | 14 | - |
| CMYK | 0 | 0.21 | 0.92 | 0.34 |
| HSL | 45.97º | 0.85% | 0.36% | - |
| HSV(B) | 45.97º | 0.92% | 0.66% | - |
| XYZ | 24.48 | 24.86 | 3.92 | - |
| YUV | 129.31 | 62.93 | 155.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 132 | 14 | 0 | 0.21 | 0.92 | 0.34 | 45.97 | 0.85 | 0.36 |
| Hex | A8 | 84 | E | 0 | 15 | 5C | 22 | 2E | 55 | 24 |
| Octal | 250 | 204 | 16 | 0 | 25 | 134 | 42 | 56 | 125 | 44 |
| Binary | 10101000 | 10000100 | 1110 | 0 | 10101 | 1011100 | 100010 | 101110 | 1010101 | 100100 |
Color Harmonies of #A8840E
Complementary color
Monochromatic Colors of #A8840E
Black with #A8840E
Text Example
Text Example
White with #A8840E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8840E; }
p { color: rgb(168,132,14); }
H1.HeaderClassName
{
color: #A8840E;
}
.AnyTagClassName
{
color: #A8840E;
}
</style>
background-color css
<style>
a { background-color: #A8840E; }
a { background-color: rgb(168,132,14); }
div.DivClassName
{
background-color: #A8840E;
}
.BgClassName
{
background-color: #A8840E;
}
</style>
border-color css
<style>
span { border-color: #A8840E; }
span { border-color: rgb(168,132,14); }
td.TdClassName
{
border-color: #A8840E;
}
.TagClassName
{
border-color: #A8840E;
}
</style>