Shades of Dark Goldenrod #A8820E
Tints of Dark Goldenrod #A8820E
RGB
CMYK
RGB Variations
Color information
#A8820E (or 0xA8820E) is known color: Dark Goldenrod. HEX triplet: A8, 82 and 0E. RGB value is (168,130,14). Sum of RGB (Red+Green+Blue) = 168+130+14=312 (41% of max value = 765). Red value is 168 (66.02% from 255 or 53.85% from 312); Green value is 130 (51.17% from 255 or 41.67% from 312); Blue value is 14 (5.86% from 255 or 4.49% from 312); Max value from RGB is 168 - color contains mainly: red. Hex color #A8820E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A8820E is #577DF1. Grayscale: #808080. Windows color (decimal): -5733874 or 950952. OLE color: 950952.
HSL color Cylindrical-coordinate representation of color #A8820E: hue angle of 45.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 #A8820E is Cyan = 0, Magento = 0.23, Yellow = 0.92 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 130 | 14 | - |
| CMYK | 0 | 0.23 | 0.92 | 0.34 |
| HSL | 45.19º | 0.85% | 0.36% | - |
| HSV(B) | 45.19º | 0.92% | 0.66% | - |
| XYZ | 24.21 | 24.32 | 3.83 | - |
| YUV | 128.14 | 63.59 | 156.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 130 | 14 | 0 | 0.23 | 0.92 | 0.34 | 45.19 | 0.85 | 0.36 |
| Hex | A8 | 82 | E | 0 | 17 | 5C | 22 | 2D | 55 | 24 |
| Octal | 250 | 202 | 16 | 0 | 27 | 134 | 42 | 55 | 125 | 44 |
| Binary | 10101000 | 10000010 | 1110 | 0 | 10111 | 1011100 | 100010 | 101101 | 1010101 | 100100 |
Color Harmonies of #A8820E
Complementary color
Monochromatic Colors of #A8820E
Black with #A8820E
Text Example
Text Example
White with #A8820E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8820E; }
p { color: rgb(168,130,14); }
H1.HeaderClassName
{
color: #A8820E;
}
.AnyTagClassName
{
color: #A8820E;
}
</style>
background-color css
<style>
a { background-color: #A8820E; }
a { background-color: rgb(168,130,14); }
div.DivClassName
{
background-color: #A8820E;
}
.BgClassName
{
background-color: #A8820E;
}
</style>
border-color css
<style>
span { border-color: #A8820E; }
span { border-color: rgb(168,130,14); }
td.TdClassName
{
border-color: #A8820E;
}
.TagClassName
{
border-color: #A8820E;
}
</style>