Shades of Dark Goldenrod #A78B05
Tints of Dark Goldenrod #A78B05
RGB
CMYK
RGB Variations
Color information
#A78B05 (or 0xA78B05) is known color: Dark Goldenrod. HEX triplet: A7, 8B and 05. RGB value is (167,139,5). Sum of RGB (Red+Green+Blue) = 167+139+5=311 (41% of max value = 765). Red value is 167 (65.62% from 255 or 53.70% from 311); Green value is 139 (54.69% from 255 or 44.69% from 311); Blue value is 5 (2.34% from 255 or 1.61% from 311); Max value from RGB is 167 - color contains mainly: red. Hex color #A78B05 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A78B05 is #5874FA. Grayscale: #848484. Windows color (decimal): -5797115 or 363431. OLE color: 363431.
HSL color Cylindrical-coordinate representation of color #A78B05: hue angle of 49.63º degrees, saturation: 0.94, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A78B05 is Cyan = 0, Magento = 0.17, Yellow = 0.97 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 139 | 5 | - |
| CMYK | 0 | 0.17 | 0.97 | 0.35 |
| HSL | 49.63º | 0.94% | 0.34% | - |
| HSV(B) | 49.63º | 0.97% | 0.65% | - |
| XYZ | 25.2 | 26.69 | 3.97 | - |
| YUV | 132.1 | 56.28 | 152.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 139 | 5 | 0 | 0.17 | 0.97 | 0.35 | 49.63 | 0.94 | 0.34 |
| Hex | A7 | 8B | 5 | 0 | 11 | 61 | 23 | 32 | 5E | 22 |
| Octal | 247 | 213 | 5 | 0 | 21 | 141 | 43 | 62 | 136 | 42 |
| Binary | 10100111 | 10001011 | 101 | 0 | 10001 | 1100001 | 100011 | 110010 | 1011110 | 100010 |
Color Harmonies of #A78B05
Complementary color
Monochromatic Colors of #A78B05
Black with #A78B05
Text Example
Text Example
White with #A78B05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A78B05; }
p { color: rgb(167,139,5); }
H1.HeaderClassName
{
color: #A78B05;
}
.AnyTagClassName
{
color: #A78B05;
}
</style>
background-color css
<style>
a { background-color: #A78B05; }
a { background-color: rgb(167,139,5); }
div.DivClassName
{
background-color: #A78B05;
}
.BgClassName
{
background-color: #A78B05;
}
</style>
border-color css
<style>
span { border-color: #A78B05; }
span { border-color: rgb(167,139,5); }
td.TdClassName
{
border-color: #A78B05;
}
.TagClassName
{
border-color: #A78B05;
}
</style>