Shades of Dark Goldenrod #A78805
Tints of Dark Goldenrod #A78805
RGB
CMYK
RGB Variations
Color information
#A78805 (or 0xA78805) is known color: Dark Goldenrod. HEX triplet: A7, 88 and 05. RGB value is (167,136,5). Sum of RGB (Red+Green+Blue) = 167+136+5=308 (40% of max value = 765). Red value is 167 (65.62% from 255 or 54.22% from 308); Green value is 136 (53.52% from 255 or 44.16% from 308); Blue value is 5 (2.34% from 255 or 1.62% from 308); Max value from RGB is 167 - color contains mainly: red. Hex color #A78805 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A78805 is #5877FA. Grayscale: #828282. Windows color (decimal): -5797883 or 362663. OLE color: 362663.
HSL color Cylindrical-coordinate representation of color #A78805: hue angle of 48.52º 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 #A78805 is Cyan = 0, Magento = 0.19, Yellow = 0.97 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 136 | 5 | - |
| CMYK | 0 | 0.19 | 0.97 | 0.35 |
| HSL | 48.52º | 0.94% | 0.34% | - |
| HSV(B) | 48.52º | 0.97% | 0.65% | - |
| XYZ | 24.77 | 25.83 | 3.82 | - |
| YUV | 130.34 | 57.27 | 154.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 136 | 5 | 0 | 0.19 | 0.97 | 0.35 | 48.52 | 0.94 | 0.34 |
| Hex | A7 | 88 | 5 | 0 | 13 | 61 | 23 | 31 | 5E | 22 |
| Octal | 247 | 210 | 5 | 0 | 23 | 141 | 43 | 61 | 136 | 42 |
| Binary | 10100111 | 10001000 | 101 | 0 | 10011 | 1100001 | 100011 | 110001 | 1011110 | 100010 |
Color Harmonies of #A78805
Complementary color
Monochromatic Colors of #A78805
Black with #A78805
Text Example
Text Example
White with #A78805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A78805; }
p { color: rgb(167,136,5); }
H1.HeaderClassName
{
color: #A78805;
}
.AnyTagClassName
{
color: #A78805;
}
</style>
background-color css
<style>
a { background-color: #A78805; }
a { background-color: rgb(167,136,5); }
div.DivClassName
{
background-color: #A78805;
}
.BgClassName
{
background-color: #A78805;
}
</style>
border-color css
<style>
span { border-color: #A78805; }
span { border-color: rgb(167,136,5); }
td.TdClassName
{
border-color: #A78805;
}
.TagClassName
{
border-color: #A78805;
}
</style>