Shades of Dark Goldenrod #A77A04
Tints of Dark Goldenrod #A77A04
RGB
CMYK
RGB Variations
Color information
#A77A04 (or 0xA77A04) is known color: Dark Goldenrod. HEX triplet: A7, 7A and 04. RGB value is (167,122,4). Sum of RGB (Red+Green+Blue) = 167+122+4=293 (38% of max value = 765). Red value is 167 (65.62% from 255 or 57.00% from 293); Green value is 122 (48.05% from 255 or 41.64% from 293); Blue value is 4 (1.95% from 255 or 1.37% from 293); Max value from RGB is 167 - color contains mainly: red. Hex color #A77A04 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A77A04 is #5885FB. Grayscale: #7A7A7A. Windows color (decimal): -5801468 or 293543. OLE color: 293543.
HSL color Cylindrical-coordinate representation of color #A77A04: hue angle of 43.44º degrees, saturation: 0.95, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A77A04 is Cyan = 0, Magento = 0.27, Yellow = 0.98 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 122 | 4 | - |
| CMYK | 0 | 0.27 | 0.98 | 0.35 |
| HSL | 43.44º | 0.95% | 0.34% | - |
| HSV(B) | 43.44º | 0.98% | 0.65% | - |
| XYZ | 22.92 | 22.14 | 3.18 | - |
| YUV | 122 | 61.41 | 160.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 122 | 4 | 0 | 0.27 | 0.98 | 0.35 | 43.44 | 0.95 | 0.34 |
| Hex | A7 | 7A | 4 | 0 | 1B | 62 | 23 | 2B | 5F | 22 |
| Octal | 247 | 172 | 4 | 0 | 33 | 142 | 43 | 53 | 137 | 42 |
| Binary | 10100111 | 1111010 | 100 | 0 | 11011 | 1100010 | 100011 | 101011 | 1011111 | 100010 |
Color Harmonies of #A77A04
Complementary color
Monochromatic Colors of #A77A04
Black with #A77A04
Text Example
Text Example
White with #A77A04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A77A04; }
p { color: rgb(167,122,4); }
H1.HeaderClassName
{
color: #A77A04;
}
.AnyTagClassName
{
color: #A77A04;
}
</style>
background-color css
<style>
a { background-color: #A77A04; }
a { background-color: rgb(167,122,4); }
div.DivClassName
{
background-color: #A77A04;
}
.BgClassName
{
background-color: #A77A04;
}
</style>
border-color css
<style>
span { border-color: #A77A04; }
span { border-color: rgb(167,122,4); }
td.TdClassName
{
border-color: #A77A04;
}
.TagClassName
{
border-color: #A77A04;
}
</style>