Shades of Dark Goldenrod #A78A10
Tints of Dark Goldenrod #A78A10
RGB
CMYK
RGB Variations
Color information
#A78A10 (or 0xA78A10) is known color: Dark Goldenrod. HEX triplet: A7, 8A and 10. RGB value is (167,138,16). Sum of RGB (Red+Green+Blue) = 167+138+16=321 (42% of max value = 765). Red value is 167 (65.62% from 255 or 52.02% from 321); Green value is 138 (54.30% from 255 or 42.99% from 321); Blue value is 16 (6.64% from 255 or 4.98% from 321); Max value from RGB is 167 - color contains mainly: red. Hex color #A78A10 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A78A10 is #5875EF. Grayscale: #858585. Windows color (decimal): -5797360 or 1084071. OLE color: 1084071.
HSL color Cylindrical-coordinate representation of color #A78A10: hue angle of 48.48º 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 #A78A10 is Cyan = 0, Magento = 0.17, Yellow = 0.90 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 138 | 16 | - |
| CMYK | 0 | 0.17 | 0.90 | 0.35 |
| HSL | 48.48º | 0.83% | 0.36% | - |
| HSV(B) | 48.48º | 0.9% | 0.65% | - |
| XYZ | 25.12 | 26.43 | 4.27 | - |
| YUV | 132.76 | 62.11 | 152.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 138 | 16 | 0 | 0.17 | 0.90 | 0.35 | 48.48 | 0.83 | 0.36 |
| Hex | A7 | 8A | 10 | 0 | 11 | 5A | 23 | 30 | 53 | 24 |
| Octal | 247 | 212 | 20 | 0 | 21 | 132 | 43 | 60 | 123 | 44 |
| Binary | 10100111 | 10001010 | 10000 | 0 | 10001 | 1011010 | 100011 | 110000 | 1010011 | 100100 |
Color Harmonies of #A78A10
Complementary color
Monochromatic Colors of #A78A10
Black with #A78A10
Text Example
Text Example
White with #A78A10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A78A10; }
p { color: rgb(167,138,16); }
H1.HeaderClassName
{
color: #A78A10;
}
.AnyTagClassName
{
color: #A78A10;
}
</style>
background-color css
<style>
a { background-color: #A78A10; }
a { background-color: rgb(167,138,16); }
div.DivClassName
{
background-color: #A78A10;
}
.BgClassName
{
background-color: #A78A10;
}
</style>
border-color css
<style>
span { border-color: #A78A10; }
span { border-color: rgb(167,138,16); }
td.TdClassName
{
border-color: #A78A10;
}
.TagClassName
{
border-color: #A78A10;
}
</style>