Shades of Dark Goldenrod #A77E0C
Tints of Dark Goldenrod #A77E0C
RGB
CMYK
RGB Variations
Color information
#A77E0C (or 0xA77E0C) is known color: Dark Goldenrod. HEX triplet: A7, 7E and 0C. RGB value is (167,126,12). Sum of RGB (Red+Green+Blue) = 167+126+12=305 (40% of max value = 765). Red value is 167 (65.62% from 255 or 54.75% from 305); Green value is 126 (49.61% from 255 or 41.31% from 305); Blue value is 12 (5.08% from 255 or 3.93% from 305); Max value from RGB is 167 - color contains mainly: red. Hex color #A77E0C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A77E0C is #5881F3. Grayscale: #7D7D7D. Windows color (decimal): -5800436 or 818855. OLE color: 818855.
HSL color Cylindrical-coordinate representation of color #A77E0C: hue angle of 44.13º degrees, saturation: 0.87, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A77E0C is Cyan = 0, Magento = 0.25, Yellow = 0.93 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 126 | 12 | - |
| CMYK | 0 | 0.25 | 0.93 | 0.35 |
| HSL | 44.13º | 0.87% | 0.35% | - |
| HSV(B) | 44.13º | 0.93% | 0.65% | - |
| XYZ | 23.46 | 23.16 | 3.58 | - |
| YUV | 125.26 | 64.08 | 157.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 126 | 12 | 0 | 0.25 | 0.93 | 0.35 | 44.13 | 0.87 | 0.35 |
| Hex | A7 | 7E | C | 0 | 19 | 5D | 23 | 2C | 57 | 23 |
| Octal | 247 | 176 | 14 | 0 | 31 | 135 | 43 | 54 | 127 | 43 |
| Binary | 10100111 | 1111110 | 1100 | 0 | 11001 | 1011101 | 100011 | 101100 | 1010111 | 100011 |
Color Harmonies of #A77E0C
Complementary color
Monochromatic Colors of #A77E0C
Black with #A77E0C
Text Example
Text Example
White with #A77E0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A77E0C; }
p { color: rgb(167,126,12); }
H1.HeaderClassName
{
color: #A77E0C;
}
.AnyTagClassName
{
color: #A77E0C;
}
</style>
background-color css
<style>
a { background-color: #A77E0C; }
a { background-color: rgb(167,126,12); }
div.DivClassName
{
background-color: #A77E0C;
}
.BgClassName
{
background-color: #A77E0C;
}
</style>
border-color css
<style>
span { border-color: #A77E0C; }
span { border-color: rgb(167,126,12); }
td.TdClassName
{
border-color: #A77E0C;
}
.TagClassName
{
border-color: #A77E0C;
}
</style>