Shades of Dark Goldenrod #A77C01
Tints of Dark Goldenrod #A77C01
RGB
CMYK
RGB Variations
Color information
#A77C01 (or 0xA77C01) is known color: Dark Goldenrod. HEX triplet: A7, 7C and 01. RGB value is (167,124,1). Sum of RGB (Red+Green+Blue) = 167+124+1=292 (38% of max value = 765). Red value is 167 (65.62% from 255 or 57.19% from 292); Green value is 124 (48.83% from 255 or 42.47% from 292); Blue value is 1 (0.78% from 255 or 0.34% from 292); Max value from RGB is 167 - color contains mainly: red. Hex color #A77C01 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A77C01 is #5883FE. Grayscale: #7B7B7B. Windows color (decimal): -5800959 or 97447. OLE color: 97447.
HSL color Cylindrical-coordinate representation of color #A77C01: hue angle of 44.46º degrees, saturation: 0.99, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A77C01 is Cyan = 0, Magento = 0.26, Yellow = 0.99 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 124 | 1 | - |
| CMYK | 0 | 0.26 | 0.99 | 0.35 |
| HSL | 44.46º | 0.99% | 0.33% | - |
| HSV(B) | 44.46º | 0.99% | 0.65% | - |
| XYZ | 23.15 | 22.63 | 3.18 | - |
| YUV | 122.84 | 59.25 | 159.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 124 | 1 | 0 | 0.26 | 0.99 | 0.35 | 44.46 | 0.99 | 0.33 |
| Hex | A7 | 7C | 1 | 0 | 1A | 63 | 23 | 2C | 63 | 21 |
| Octal | 247 | 174 | 1 | 0 | 32 | 143 | 43 | 54 | 143 | 41 |
| Binary | 10100111 | 1111100 | 1 | 0 | 11010 | 1100011 | 100011 | 101100 | 1100011 | 100001 |
Color Harmonies of #A77C01
Complementary color
Monochromatic Colors of #A77C01
Black with #A77C01
Text Example
Text Example
White with #A77C01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A77C01; }
p { color: rgb(167,124,1); }
H1.HeaderClassName
{
color: #A77C01;
}
.AnyTagClassName
{
color: #A77C01;
}
</style>
background-color css
<style>
a { background-color: #A77C01; }
a { background-color: rgb(167,124,1); }
div.DivClassName
{
background-color: #A77C01;
}
.BgClassName
{
background-color: #A77C01;
}
</style>
border-color css
<style>
span { border-color: #A77C01; }
span { border-color: rgb(167,124,1); }
td.TdClassName
{
border-color: #A77C01;
}
.TagClassName
{
border-color: #A77C01;
}
</style>