Shades of Dark Goldenrod #A77A0A
Tints of Dark Goldenrod #A77A0A
RGB
CMYK
RGB Variations
Color information
#A77A0A (or 0xA77A0A) is known color: Dark Goldenrod. HEX triplet: A7, 7A and 0A. RGB value is (167,122,10). Sum of RGB (Red+Green+Blue) = 167+122+10=299 (39% of max value = 765). Red value is 167 (65.62% from 255 or 55.85% from 299); Green value is 122 (48.05% from 255 or 40.80% from 299); Blue value is 10 (4.30% from 255 or 3.34% from 299); Max value from RGB is 167 - color contains mainly: red. Hex color #A77A0A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A77A0A is #5885F5. Grayscale: #7B7B7B. Windows color (decimal): -5801462 or 686759. OLE color: 686759.
HSL color Cylindrical-coordinate representation of color #A77A0A: hue angle of 42.8º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A77A0A is Cyan = 0, Magento = 0.27, Yellow = 0.94 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 122 | 10 | - |
| CMYK | 0 | 0.27 | 0.94 | 0.35 |
| HSL | 42.8º | 0.89% | 0.35% | - |
| HSV(B) | 42.8º | 0.94% | 0.65% | - |
| XYZ | 22.95 | 22.16 | 3.35 | - |
| YUV | 122.69 | 64.41 | 159.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 122 | 10 | 0 | 0.27 | 0.94 | 0.35 | 42.8 | 0.89 | 0.35 |
| Hex | A7 | 7A | A | 0 | 1B | 5E | 23 | 2B | 59 | 23 |
| Octal | 247 | 172 | 12 | 0 | 33 | 136 | 43 | 53 | 131 | 43 |
| Binary | 10100111 | 1111010 | 1010 | 0 | 11011 | 1011110 | 100011 | 101011 | 1011001 | 100011 |
Color Harmonies of #A77A0A
Complementary color
Monochromatic Colors of #A77A0A
Black with #A77A0A
Text Example
Text Example
White with #A77A0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A77A0A; }
p { color: rgb(167,122,10); }
H1.HeaderClassName
{
color: #A77A0A;
}
.AnyTagClassName
{
color: #A77A0A;
}
</style>
background-color css
<style>
a { background-color: #A77A0A; }
a { background-color: rgb(167,122,10); }
div.DivClassName
{
background-color: #A77A0A;
}
.BgClassName
{
background-color: #A77A0A;
}
</style>
border-color css
<style>
span { border-color: #A77A0A; }
span { border-color: rgb(167,122,10); }
td.TdClassName
{
border-color: #A77A0A;
}
.TagClassName
{
border-color: #A77A0A;
}
</style>