Shades of Dark Goldenrod #A77C06
Tints of Dark Goldenrod #A77C06
RGB
CMYK
RGB Variations
Color information
#A77C06 (or 0xA77C06) is known color: Dark Goldenrod. HEX triplet: A7, 7C and 06. RGB value is (167,124,6). Sum of RGB (Red+Green+Blue) = 167+124+6=297 (39% of max value = 765). Red value is 167 (65.62% from 255 or 56.23% from 297); Green value is 124 (48.83% from 255 or 41.75% from 297); Blue value is 6 (2.73% from 255 or 2.02% from 297); Max value from RGB is 167 - color contains mainly: red. Hex color #A77C06 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A77C06 is #5883F9. Grayscale: #7B7B7B. Windows color (decimal): -5800954 or 425127. OLE color: 425127.
HSL color Cylindrical-coordinate representation of color #A77C06: hue angle of 43.98º degrees, saturation: 0.93, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A77C06 is Cyan = 0, Magento = 0.26, Yellow = 0.96 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 124 | 6 | - |
| CMYK | 0 | 0.26 | 0.96 | 0.35 |
| HSL | 43.98º | 0.93% | 0.34% | - |
| HSV(B) | 43.98º | 0.96% | 0.65% | - |
| XYZ | 23.18 | 22.64 | 3.32 | - |
| YUV | 123.41 | 61.75 | 159.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 124 | 6 | 0 | 0.26 | 0.96 | 0.35 | 43.98 | 0.93 | 0.34 |
| Hex | A7 | 7C | 6 | 0 | 1A | 60 | 23 | 2C | 5D | 22 |
| Octal | 247 | 174 | 6 | 0 | 32 | 140 | 43 | 54 | 135 | 42 |
| Binary | 10100111 | 1111100 | 110 | 0 | 11010 | 1100000 | 100011 | 101100 | 1011101 | 100010 |
Color Harmonies of #A77C06
Complementary color
Monochromatic Colors of #A77C06
Black with #A77C06
Text Example
Text Example
White with #A77C06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A77C06; }
p { color: rgb(167,124,6); }
H1.HeaderClassName
{
color: #A77C06;
}
.AnyTagClassName
{
color: #A77C06;
}
</style>
background-color css
<style>
a { background-color: #A77C06; }
a { background-color: rgb(167,124,6); }
div.DivClassName
{
background-color: #A77C06;
}
.BgClassName
{
background-color: #A77C06;
}
</style>
border-color css
<style>
span { border-color: #A77C06; }
span { border-color: rgb(167,124,6); }
td.TdClassName
{
border-color: #A77C06;
}
.TagClassName
{
border-color: #A77C06;
}
</style>