Shades of Dark Goldenrod #A77B0A
Tints of Dark Goldenrod #A77B0A
RGB
CMYK
RGB Variations
Color information
#A77B0A (or 0xA77B0A) is known color: Dark Goldenrod. HEX triplet: A7, 7B and 0A. RGB value is (167,123,10). Sum of RGB (Red+Green+Blue) = 167+123+10=300 (39% of max value = 765). Red value is 167 (65.62% from 255 or 55.67% from 300); Green value is 123 (48.44% from 255 or 41% from 300); Blue value is 10 (4.30% from 255 or 3.33% from 300); Max value from RGB is 167 - color contains mainly: red. Hex color #A77B0A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A77B0A is #5884F5. Grayscale: #7B7B7B. Windows color (decimal): -5801206 or 687015. OLE color: 687015.
HSL color Cylindrical-coordinate representation of color #A77B0A: hue angle of 43.18º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A77B0A is Cyan = 0, Magento = 0.26, Yellow = 0.94 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 123 | 10 | - |
| CMYK | 0 | 0.26 | 0.94 | 0.35 |
| HSL | 43.18º | 0.89% | 0.35% | - |
| HSV(B) | 43.18º | 0.94% | 0.65% | - |
| XYZ | 23.07 | 22.4 | 3.4 | - |
| YUV | 123.27 | 64.08 | 159.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 123 | 10 | 0 | 0.26 | 0.94 | 0.35 | 43.18 | 0.89 | 0.35 |
| Hex | A7 | 7B | A | 0 | 1A | 5E | 23 | 2B | 59 | 23 |
| Octal | 247 | 173 | 12 | 0 | 32 | 136 | 43 | 53 | 131 | 43 |
| Binary | 10100111 | 1111011 | 1010 | 0 | 11010 | 1011110 | 100011 | 101011 | 1011001 | 100011 |
Color Harmonies of #A77B0A
Complementary color
Monochromatic Colors of #A77B0A
Black with #A77B0A
Text Example
Text Example
White with #A77B0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A77B0A; }
p { color: rgb(167,123,10); }
H1.HeaderClassName
{
color: #A77B0A;
}
.AnyTagClassName
{
color: #A77B0A;
}
</style>
background-color css
<style>
a { background-color: #A77B0A; }
a { background-color: rgb(167,123,10); }
div.DivClassName
{
background-color: #A77B0A;
}
.BgClassName
{
background-color: #A77B0A;
}
</style>
border-color css
<style>
span { border-color: #A77B0A; }
span { border-color: rgb(167,123,10); }
td.TdClassName
{
border-color: #A77B0A;
}
.TagClassName
{
border-color: #A77B0A;
}
</style>