Shades of Dark Goldenrod #A77B00
Tints of Dark Goldenrod #A77B00
RGB
CMYK
RGB Variations
Color information
#A77B00 (or 0xA77B00) is known color: Dark Goldenrod. HEX triplet: A7, 7B and 00. RGB value is (167,123,0). Sum of RGB (Red+Green+Blue) = 167+123+0=290 (38% of max value = 765). Red value is 167 (65.62% from 255 or 57.59% from 290); Green value is 123 (48.44% from 255 or 42.41% from 290); Blue value is 0 (0.39% from 255 or 0% from 290); Max value from RGB is 167 - color contains mainly: red. Hex color #A77B00 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A77B00 is #5884FF. Grayscale: #7A7A7A. Windows color (decimal): -5801216 or 31655. OLE color: 31655.
HSL color Cylindrical-coordinate representation of color #A77B00: hue angle of 44.19º 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 #A77B00 is Cyan = 0, Magento = 0.26, Yellow = 1 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 123 | 0 | - |
| CMYK | 0 | 0.26 | 1 | 0.35 |
| HSL | 44.19º | 1% | 0.33% | - |
| HSV(B) | 44.19º | 1% | 0.65% | - |
| XYZ | 23.02 | 22.38 | 3.11 | - |
| YUV | 122.13 | 59.08 | 160 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 123 | 0 | 0 | 0.26 | 1 | 0.35 | 44.19 | 1 | 0.33 |
| Hex | A7 | 7B | 0 | 0 | 1A | 64 | 23 | 2C | 64 | 21 |
| Octal | 247 | 173 | 0 | 0 | 32 | 144 | 43 | 54 | 144 | 41 |
| Binary | 10100111 | 1111011 | 0 | 0 | 11010 | 1100100 | 100011 | 101100 | 1100100 | 100001 |
Color Harmonies of #A77B00
Complementary color
Monochromatic Colors of #A77B00
Black with #A77B00
Text Example
Text Example
White with #A77B00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A77B00; }
p { color: rgb(167,123,0); }
H1.HeaderClassName
{
color: #A77B00;
}
.AnyTagClassName
{
color: #A77B00;
}
</style>
background-color css
<style>
a { background-color: #A77B00; }
a { background-color: rgb(167,123,0); }
div.DivClassName
{
background-color: #A77B00;
}
.BgClassName
{
background-color: #A77B00;
}
</style>
border-color css
<style>
span { border-color: #A77B00; }
span { border-color: rgb(167,123,0); }
td.TdClassName
{
border-color: #A77B00;
}
.TagClassName
{
border-color: #A77B00;
}
</style>