Shades of Dark Goldenrod #A77600
Tints of Dark Goldenrod #A77600
RGB
CMYK
RGB Variations
Color information
#A77600 (or 0xA77600) is known color: Dark Goldenrod. HEX triplet: A7, 76 and 00. RGB value is (167,118,0). Sum of RGB (Red+Green+Blue) = 167+118+0=285 (37% of max value = 765). Red value is 167 (65.62% from 255 or 58.60% from 285); Green value is 118 (46.48% from 255 or 41.40% from 285); Blue value is 0 (0.39% from 255 or 0% from 285); Max value from RGB is 167 - color contains mainly: red. Hex color #A77600 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A77600 is #5889FF. Grayscale: #777777. Windows color (decimal): -5802496 or 30375. OLE color: 30375.
HSL color Cylindrical-coordinate representation of color #A77600: hue angle of 42.4º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A77600 is Cyan = 0, Magento = 0.29, Yellow = 1 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 118 | 0 | - |
| CMYK | 0 | 0.29 | 1 | 0.35 |
| HSL | 42.4º | 1% | 0.33% | - |
| HSV(B) | 42.4º | 1% | 0.65% | - |
| XYZ | 22.41 | 21.17 | 2.91 | - |
| YUV | 119.2 | 60.73 | 162.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 118 | 0 | 0 | 0.29 | 1 | 0.35 | 42.4 | 1 | 0.33 |
| Hex | A7 | 76 | 0 | 0 | 1D | 64 | 23 | 2A | 64 | 21 |
| Octal | 247 | 166 | 0 | 0 | 35 | 144 | 43 | 52 | 144 | 41 |
| Binary | 10100111 | 1110110 | 0 | 0 | 11101 | 1100100 | 100011 | 101010 | 1100100 | 100001 |
Color Harmonies of #A77600
Complementary color
Monochromatic Colors of #A77600
Black with #A77600
Text Example
Text Example
White with #A77600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A77600; }
p { color: rgb(167,118,0); }
H1.HeaderClassName
{
color: #A77600;
}
.AnyTagClassName
{
color: #A77600;
}
</style>
background-color css
<style>
a { background-color: #A77600; }
a { background-color: rgb(167,118,0); }
div.DivClassName
{
background-color: #A77600;
}
.BgClassName
{
background-color: #A77600;
}
</style>
border-color css
<style>
span { border-color: #A77600; }
span { border-color: rgb(167,118,0); }
td.TdClassName
{
border-color: #A77600;
}
.TagClassName
{
border-color: #A77600;
}
</style>