Shades of Dark Goldenrod #A77D0A
Tints of Dark Goldenrod #A77D0A
RGB
CMYK
RGB Variations
Color information
#A77D0A (or 0xA77D0A) is known color: Dark Goldenrod. HEX triplet: A7, 7D and 0A. RGB value is (167,125,10). Sum of RGB (Red+Green+Blue) = 167+125+10=302 (40% of max value = 765). Red value is 167 (65.62% from 255 or 55.30% from 302); Green value is 125 (49.22% from 255 or 41.39% from 302); Blue value is 10 (4.30% from 255 or 3.31% from 302); Max value from RGB is 167 - color contains mainly: red. Hex color #A77D0A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A77D0A is #5882F5. Grayscale: #7C7C7C. Windows color (decimal): -5800694 or 687527. OLE color: 687527.
HSL color Cylindrical-coordinate representation of color #A77D0A: hue angle of 43.95º 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 #A77D0A is Cyan = 0, Magento = 0.25, Yellow = 0.94 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 125 | 10 | - |
| CMYK | 0 | 0.25 | 0.94 | 0.35 |
| HSL | 43.95º | 0.89% | 0.35% | - |
| HSV(B) | 43.95º | 0.94% | 0.65% | - |
| XYZ | 23.32 | 22.9 | 3.48 | - |
| YUV | 124.45 | 63.41 | 158.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 125 | 10 | 0 | 0.25 | 0.94 | 0.35 | 43.95 | 0.89 | 0.35 |
| Hex | A7 | 7D | A | 0 | 19 | 5E | 23 | 2C | 59 | 23 |
| Octal | 247 | 175 | 12 | 0 | 31 | 136 | 43 | 54 | 131 | 43 |
| Binary | 10100111 | 1111101 | 1010 | 0 | 11001 | 1011110 | 100011 | 101100 | 1011001 | 100011 |
Color Harmonies of #A77D0A
Complementary color
Monochromatic Colors of #A77D0A
Black with #A77D0A
Text Example
Text Example
White with #A77D0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A77D0A; }
p { color: rgb(167,125,10); }
H1.HeaderClassName
{
color: #A77D0A;
}
.AnyTagClassName
{
color: #A77D0A;
}
</style>
background-color css
<style>
a { background-color: #A77D0A; }
a { background-color: rgb(167,125,10); }
div.DivClassName
{
background-color: #A77D0A;
}
.BgClassName
{
background-color: #A77D0A;
}
</style>
border-color css
<style>
span { border-color: #A77D0A; }
span { border-color: rgb(167,125,10); }
td.TdClassName
{
border-color: #A77D0A;
}
.TagClassName
{
border-color: #A77D0A;
}
</style>