Shades of Dark Goldenrod #A77805
Tints of Dark Goldenrod #A77805
RGB
CMYK
RGB Variations
Color information
#A77805 (or 0xA77805) is known color: Dark Goldenrod. HEX triplet: A7, 78 and 05. RGB value is (167,120,5). Sum of RGB (Red+Green+Blue) = 167+120+5=292 (38% of max value = 765). Red value is 167 (65.62% from 255 or 57.19% from 292); Green value is 120 (47.27% from 255 or 41.10% from 292); Blue value is 5 (2.34% from 255 or 1.71% from 292); Max value from RGB is 167 - color contains mainly: red. Hex color #A77805 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A77805 is #5887FA. Grayscale: #797979. Windows color (decimal): -5801979 or 358567. OLE color: 358567.
HSL color Cylindrical-coordinate representation of color #A77805: hue angle of 42.59º 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 #A77805 is Cyan = 0, Magento = 0.28, Yellow = 0.97 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 120 | 5 | - |
| CMYK | 0 | 0.28 | 0.97 | 0.35 |
| HSL | 42.59º | 0.94% | 0.34% | - |
| HSV(B) | 42.59º | 0.97% | 0.65% | - |
| XYZ | 22.68 | 21.66 | 3.13 | - |
| YUV | 120.94 | 62.57 | 160.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 120 | 5 | 0 | 0.28 | 0.97 | 0.35 | 42.59 | 0.94 | 0.34 |
| Hex | A7 | 78 | 5 | 0 | 1C | 61 | 23 | 2B | 5E | 22 |
| Octal | 247 | 170 | 5 | 0 | 34 | 141 | 43 | 53 | 136 | 42 |
| Binary | 10100111 | 1111000 | 101 | 0 | 11100 | 1100001 | 100011 | 101011 | 1011110 | 100010 |
Color Harmonies of #A77805
Complementary color
Monochromatic Colors of #A77805
Black with #A77805
Text Example
Text Example
White with #A77805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A77805; }
p { color: rgb(167,120,5); }
H1.HeaderClassName
{
color: #A77805;
}
.AnyTagClassName
{
color: #A77805;
}
</style>
background-color css
<style>
a { background-color: #A77805; }
a { background-color: rgb(167,120,5); }
div.DivClassName
{
background-color: #A77805;
}
.BgClassName
{
background-color: #A77805;
}
</style>
border-color css
<style>
span { border-color: #A77805; }
span { border-color: rgb(167,120,5); }
td.TdClassName
{
border-color: #A77805;
}
.TagClassName
{
border-color: #A77805;
}
</style>