Shades of Dark Goldenrod #A77F00
Tints of Dark Goldenrod #A77F00
RGB
CMYK
RGB Variations
Color information
#A77F00 (or 0xA77F00) is known color: Dark Goldenrod. HEX triplet: A7, 7F and 00. RGB value is (167,127,0). Sum of RGB (Red+Green+Blue) = 167+127+0=294 (38% of max value = 765). Red value is 167 (65.62% from 255 or 56.80% from 294); Green value is 127 (50% from 255 or 43.20% from 294); Blue value is 0 (0.39% from 255 or 0% from 294); Max value from RGB is 167 - color contains mainly: red. Hex color #A77F00 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A77F00 is #5880FF. Grayscale: #7D7D7D. Windows color (decimal): -5800192 or 32679. OLE color: 32679.
HSL color Cylindrical-coordinate representation of color #A77F00: hue angle of 45.63º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A77F00 is Cyan = 0, Magento = 0.24, Yellow = 1 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 127 | 0 | - |
| CMYK | 0 | 0.24 | 1 | 0.35 |
| HSL | 45.63º | 1% | 0.33% | - |
| HSV(B) | 45.63º | 1% | 0.65% | - |
| XYZ | 23.53 | 23.39 | 3.28 | - |
| YUV | 124.48 | 57.75 | 158.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 127 | 0 | 0 | 0.24 | 1 | 0.35 | 45.63 | 1 | 0.33 |
| Hex | A7 | 7F | 0 | 0 | 18 | 64 | 23 | 2E | 64 | 21 |
| Octal | 247 | 177 | 0 | 0 | 30 | 144 | 43 | 56 | 144 | 41 |
| Binary | 10100111 | 1111111 | 0 | 0 | 11000 | 1100100 | 100011 | 101110 | 1100100 | 100001 |
Color Harmonies of #A77F00
Complementary color
Monochromatic Colors of #A77F00
Black with #A77F00
Text Example
Text Example
White with #A77F00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A77F00; }
p { color: rgb(167,127,0); }
H1.HeaderClassName
{
color: #A77F00;
}
.AnyTagClassName
{
color: #A77F00;
}
</style>
background-color css
<style>
a { background-color: #A77F00; }
a { background-color: rgb(167,127,0); }
div.DivClassName
{
background-color: #A77F00;
}
.BgClassName
{
background-color: #A77F00;
}
</style>
border-color css
<style>
span { border-color: #A77F00; }
span { border-color: rgb(167,127,0); }
td.TdClassName
{
border-color: #A77F00;
}
.TagClassName
{
border-color: #A77F00;
}
</style>