Shades of Dark Goldenrod #A77C0B
Tints of Dark Goldenrod #A77C0B
RGB
CMYK
RGB Variations
Color information
#A77C0B (or 0xA77C0B) is known color: Dark Goldenrod. HEX triplet: A7, 7C and 0B. RGB value is (167,124,11). Sum of RGB (Red+Green+Blue) = 167+124+11=302 (40% of max value = 765). Red value is 167 (65.62% from 255 or 55.30% from 302); Green value is 124 (48.83% from 255 or 41.06% from 302); Blue value is 11 (4.69% from 255 or 3.64% from 302); Max value from RGB is 167 - color contains mainly: red. Hex color #A77C0B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A77C0B is #5883F4. Grayscale: #7C7C7C. Windows color (decimal): -5800949 or 752807. OLE color: 752807.
HSL color Cylindrical-coordinate representation of color #A77C0B: hue angle of 43.46º degrees, saturation: 0.88, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A77C0B is Cyan = 0, Magento = 0.26, Yellow = 0.93 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 124 | 11 | - |
| CMYK | 0 | 0.26 | 0.93 | 0.35 |
| HSL | 43.46º | 0.88% | 0.35% | - |
| HSV(B) | 43.46º | 0.93% | 0.65% | - |
| XYZ | 23.2 | 22.65 | 3.47 | - |
| YUV | 123.98 | 64.25 | 158.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 124 | 11 | 0 | 0.26 | 0.93 | 0.35 | 43.46 | 0.88 | 0.35 |
| Hex | A7 | 7C | B | 0 | 1A | 5D | 23 | 2B | 58 | 23 |
| Octal | 247 | 174 | 13 | 0 | 32 | 135 | 43 | 53 | 130 | 43 |
| Binary | 10100111 | 1111100 | 1011 | 0 | 11010 | 1011101 | 100011 | 101011 | 1011000 | 100011 |
Color Harmonies of #A77C0B
Complementary color
Monochromatic Colors of #A77C0B
Black with #A77C0B
Text Example
Text Example
White with #A77C0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A77C0B; }
p { color: rgb(167,124,11); }
H1.HeaderClassName
{
color: #A77C0B;
}
.AnyTagClassName
{
color: #A77C0B;
}
</style>
background-color css
<style>
a { background-color: #A77C0B; }
a { background-color: rgb(167,124,11); }
div.DivClassName
{
background-color: #A77C0B;
}
.BgClassName
{
background-color: #A77C0B;
}
</style>
border-color css
<style>
span { border-color: #A77C0B; }
span { border-color: rgb(167,124,11); }
td.TdClassName
{
border-color: #A77C0B;
}
.TagClassName
{
border-color: #A77C0B;
}
</style>