Shades of Dark Goldenrod #A78A11
Tints of Dark Goldenrod #A78A11
RGB
CMYK
RGB Variations
Color information
#A78A11 (or 0xA78A11) is known color: Dark Goldenrod. HEX triplet: A7, 8A and 11. RGB value is (167,138,17). Sum of RGB (Red+Green+Blue) = 167+138+17=322 (42% of max value = 765). Red value is 167 (65.62% from 255 or 51.86% from 322); Green value is 138 (54.30% from 255 or 42.86% from 322); Blue value is 17 (7.03% from 255 or 5.28% from 322); Max value from RGB is 167 - color contains mainly: red. Hex color #A78A11 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A78A11 is #5875EE. Grayscale: #858585. Windows color (decimal): -5797359 or 1149607. OLE color: 1149607.
HSL color Cylindrical-coordinate representation of color #A78A11: hue angle of 48.4º 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 #A78A11 is Cyan = 0, Magento = 0.17, Yellow = 0.90 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 138 | 17 | - |
| CMYK | 0 | 0.17 | 0.90 | 0.35 |
| HSL | 48.4º | 0.82% | 0.36% | - |
| HSV(B) | 48.4º | 0.9% | 0.65% | - |
| XYZ | 25.13 | 26.43 | 4.31 | - |
| YUV | 132.88 | 62.61 | 152.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 138 | 17 | 0 | 0.17 | 0.90 | 0.35 | 48.4 | 0.82 | 0.36 |
| Hex | A7 | 8A | 11 | 0 | 11 | 5A | 23 | 30 | 52 | 24 |
| Octal | 247 | 212 | 21 | 0 | 21 | 132 | 43 | 60 | 122 | 44 |
| Binary | 10100111 | 10001010 | 10001 | 0 | 10001 | 1011010 | 100011 | 110000 | 1010010 | 100100 |
Color Harmonies of #A78A11
Complementary color
Monochromatic Colors of #A78A11
Black with #A78A11
Text Example
Text Example
White with #A78A11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A78A11; }
p { color: rgb(167,138,17); }
H1.HeaderClassName
{
color: #A78A11;
}
.AnyTagClassName
{
color: #A78A11;
}
</style>
background-color css
<style>
a { background-color: #A78A11; }
a { background-color: rgb(167,138,17); }
div.DivClassName
{
background-color: #A78A11;
}
.BgClassName
{
background-color: #A78A11;
}
</style>
border-color css
<style>
span { border-color: #A78A11; }
span { border-color: rgb(167,138,17); }
td.TdClassName
{
border-color: #A78A11;
}
.TagClassName
{
border-color: #A78A11;
}
</style>