Shades of Dark Goldenrod #A77402
Tints of Dark Goldenrod #A77402
RGB
CMYK
RGB Variations
Color information
#A77402 (or 0xA77402) is known color: Dark Goldenrod. HEX triplet: A7, 74 and 02. RGB value is (167,116,2). Sum of RGB (Red+Green+Blue) = 167+116+2=285 (37% of max value = 765). Red value is 167 (65.62% from 255 or 58.60% from 285); Green value is 116 (45.70% from 255 or 40.70% from 285); Blue value is 2 (1.17% from 255 or 0.70% from 285); Max value from RGB is 167 - color contains mainly: red. Hex color #A77402 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A77402 is #588BFD. Grayscale: #767676. Windows color (decimal): -5803006 or 160935. OLE color: 160935.
HSL color Cylindrical-coordinate representation of color #A77402: hue angle of 41.45º degrees, saturation: 0.98, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A77402 is Cyan = 0, Magento = 0.31, Yellow = 0.99 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 116 | 2 | - |
| CMYK | 0 | 0.31 | 0.99 | 0.35 |
| HSL | 41.45º | 0.98% | 0.33% | - |
| HSV(B) | 41.45º | 0.99% | 0.65% | - |
| XYZ | 22.19 | 20.71 | 2.89 | - |
| YUV | 118.25 | 62.4 | 162.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 116 | 2 | 0 | 0.31 | 0.99 | 0.35 | 41.45 | 0.98 | 0.33 |
| Hex | A7 | 74 | 2 | 0 | 1F | 63 | 23 | 29 | 62 | 21 |
| Octal | 247 | 164 | 2 | 0 | 37 | 143 | 43 | 51 | 142 | 41 |
| Binary | 10100111 | 1110100 | 10 | 0 | 11111 | 1100011 | 100011 | 101001 | 1100010 | 100001 |
Color Harmonies of #A77402
Complementary color
Monochromatic Colors of #A77402
Black with #A77402
Text Example
Text Example
White with #A77402
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A77402; }
p { color: rgb(167,116,2); }
H1.HeaderClassName
{
color: #A77402;
}
.AnyTagClassName
{
color: #A77402;
}
</style>
background-color css
<style>
a { background-color: #A77402; }
a { background-color: rgb(167,116,2); }
div.DivClassName
{
background-color: #A77402;
}
.BgClassName
{
background-color: #A77402;
}
</style>
border-color css
<style>
span { border-color: #A77402; }
span { border-color: rgb(167,116,2); }
td.TdClassName
{
border-color: #A77402;
}
.TagClassName
{
border-color: #A77402;
}
</style>