Shades of Dark Goldenrod #A78010
Tints of Dark Goldenrod #A78010
RGB
CMYK
RGB Variations
Color information
#A78010 (or 0xA78010) is known color: Dark Goldenrod. HEX triplet: A7, 80 and 10. RGB value is (167,128,16). Sum of RGB (Red+Green+Blue) = 167+128+16=311 (41% of max value = 765). Red value is 167 (65.62% from 255 or 53.70% from 311); Green value is 128 (50.39% from 255 or 41.16% from 311); Blue value is 16 (6.64% from 255 or 5.14% from 311); Max value from RGB is 167 - color contains mainly: red. Hex color #A78010 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A78010 is #587FEF. Grayscale: #7F7F7F. Windows color (decimal): -5799920 or 1081511. OLE color: 1081511.
HSL color Cylindrical-coordinate representation of color #A78010: hue angle of 44.5º degrees, saturation: 0.83, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A78010 is Cyan = 0, Magento = 0.23, Yellow = 0.90 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 128 | 16 | - |
| CMYK | 0 | 0.23 | 0.90 | 0.35 |
| HSL | 44.5º | 0.83% | 0.36% | - |
| HSV(B) | 44.5º | 0.9% | 0.65% | - |
| XYZ | 23.75 | 23.69 | 3.81 | - |
| YUV | 126.89 | 65.42 | 156.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 128 | 16 | 0 | 0.23 | 0.90 | 0.35 | 44.5 | 0.83 | 0.36 |
| Hex | A7 | 80 | 10 | 0 | 17 | 5A | 23 | 2D | 53 | 24 |
| Octal | 247 | 200 | 20 | 0 | 27 | 132 | 43 | 55 | 123 | 44 |
| Binary | 10100111 | 10000000 | 10000 | 0 | 10111 | 1011010 | 100011 | 101101 | 1010011 | 100100 |
Color Harmonies of #A78010
Complementary color
Monochromatic Colors of #A78010
Black with #A78010
Text Example
Text Example
White with #A78010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A78010; }
p { color: rgb(167,128,16); }
H1.HeaderClassName
{
color: #A78010;
}
.AnyTagClassName
{
color: #A78010;
}
</style>
background-color css
<style>
a { background-color: #A78010; }
a { background-color: rgb(167,128,16); }
div.DivClassName
{
background-color: #A78010;
}
.BgClassName
{
background-color: #A78010;
}
</style>
border-color css
<style>
span { border-color: #A78010; }
span { border-color: rgb(167,128,16); }
td.TdClassName
{
border-color: #A78010;
}
.TagClassName
{
border-color: #A78010;
}
</style>