Shades of Dark Goldenrod #A77C0A
Tints of Dark Goldenrod #A77C0A
RGB
CMYK
RGB Variations
Color information
#A77C0A (or 0xA77C0A) is known color: Dark Goldenrod. HEX triplet: A7, 7C and 0A. RGB value is (167,124,10). Sum of RGB (Red+Green+Blue) = 167+124+10=301 (39% of max value = 765). Red value is 167 (65.62% from 255 or 55.48% from 301); Green value is 124 (48.83% from 255 or 41.20% from 301); Blue value is 10 (4.30% from 255 or 3.32% from 301); Max value from RGB is 167 - color contains mainly: red. Hex color #A77C0A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A77C0A is #5883F5. Grayscale: #7C7C7C. Windows color (decimal): -5800950 or 687271. OLE color: 687271.
HSL color Cylindrical-coordinate representation of color #A77C0A: hue angle of 43.57º 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 #A77C0A is Cyan = 0, Magento = 0.26, Yellow = 0.94 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 124 | 10 | - |
| CMYK | 0 | 0.26 | 0.94 | 0.35 |
| HSL | 43.57º | 0.89% | 0.35% | - |
| HSV(B) | 43.57º | 0.94% | 0.65% | - |
| XYZ | 23.2 | 22.65 | 3.44 | - |
| YUV | 123.86 | 63.75 | 158.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 124 | 10 | 0 | 0.26 | 0.94 | 0.35 | 43.57 | 0.89 | 0.35 |
| Hex | A7 | 7C | A | 0 | 1A | 5E | 23 | 2C | 59 | 23 |
| Octal | 247 | 174 | 12 | 0 | 32 | 136 | 43 | 54 | 131 | 43 |
| Binary | 10100111 | 1111100 | 1010 | 0 | 11010 | 1011110 | 100011 | 101100 | 1011001 | 100011 |
Color Harmonies of #A77C0A
Complementary color
Monochromatic Colors of #A77C0A
Black with #A77C0A
Text Example
Text Example
White with #A77C0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A77C0A; }
p { color: rgb(167,124,10); }
H1.HeaderClassName
{
color: #A77C0A;
}
.AnyTagClassName
{
color: #A77C0A;
}
</style>
background-color css
<style>
a { background-color: #A77C0A; }
a { background-color: rgb(167,124,10); }
div.DivClassName
{
background-color: #A77C0A;
}
.BgClassName
{
background-color: #A77C0A;
}
</style>
border-color css
<style>
span { border-color: #A77C0A; }
span { border-color: rgb(167,124,10); }
td.TdClassName
{
border-color: #A77C0A;
}
.TagClassName
{
border-color: #A77C0A;
}
</style>