Shades of Dark Goldenrod #A78211
Tints of Dark Goldenrod #A78211
RGB
CMYK
RGB Variations
Color information
#A78211 (or 0xA78211) is known color: Dark Goldenrod. HEX triplet: A7, 82 and 11. RGB value is (167,130,17). Sum of RGB (Red+Green+Blue) = 167+130+17=314 (41% of max value = 765). Red value is 167 (65.62% from 255 or 53.18% from 314); Green value is 130 (51.17% from 255 or 41.40% from 314); Blue value is 17 (7.03% from 255 or 5.41% from 314); Max value from RGB is 167 - color contains mainly: red. Hex color #A78211 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A78211 is #587DEE. Grayscale: #808080. Windows color (decimal): -5799407 or 1147559. OLE color: 1147559.
HSL color Cylindrical-coordinate representation of color #A78211: hue angle of 45.2º degrees, saturation: 0.82, 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 #A78211 is Cyan = 0, Magento = 0.22, Yellow = 0.90 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 130 | 17 | - |
| CMYK | 0 | 0.22 | 0.90 | 0.35 |
| HSL | 45.2º | 0.82% | 0.36% | - |
| HSV(B) | 45.2º | 0.9% | 0.65% | - |
| XYZ | 24.02 | 24.22 | 3.94 | - |
| YUV | 128.18 | 65.26 | 155.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 130 | 17 | 0 | 0.22 | 0.90 | 0.35 | 45.2 | 0.82 | 0.36 |
| Hex | A7 | 82 | 11 | 0 | 16 | 5A | 23 | 2D | 52 | 24 |
| Octal | 247 | 202 | 21 | 0 | 26 | 132 | 43 | 55 | 122 | 44 |
| Binary | 10100111 | 10000010 | 10001 | 0 | 10110 | 1011010 | 100011 | 101101 | 1010010 | 100100 |
Color Harmonies of #A78211
Complementary color
Monochromatic Colors of #A78211
Black with #A78211
Text Example
Text Example
White with #A78211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A78211; }
p { color: rgb(167,130,17); }
H1.HeaderClassName
{
color: #A78211;
}
.AnyTagClassName
{
color: #A78211;
}
</style>
background-color css
<style>
a { background-color: #A78211; }
a { background-color: rgb(167,130,17); }
div.DivClassName
{
background-color: #A78211;
}
.BgClassName
{
background-color: #A78211;
}
</style>
border-color css
<style>
span { border-color: #A78211; }
span { border-color: rgb(167,130,17); }
td.TdClassName
{
border-color: #A78211;
}
.TagClassName
{
border-color: #A78211;
}
</style>