Shades of Dark Goldenrod #A87A04
Tints of Dark Goldenrod #A87A04
RGB
CMYK
RGB Variations
Color information
#A87A04 (or 0xA87A04) is known color: Dark Goldenrod. HEX triplet: A8, 7A and 04. RGB value is (168,122,4). Sum of RGB (Red+Green+Blue) = 168+122+4=294 (38% of max value = 765). Red value is 168 (66.02% from 255 or 57.14% from 294); Green value is 122 (48.05% from 255 or 41.50% from 294); Blue value is 4 (1.95% from 255 or 1.36% from 294); Max value from RGB is 168 - color contains mainly: red. Hex color #A87A04 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A87A04 is #5785FB. Grayscale: #7A7A7A. Windows color (decimal): -5735932 or 293544. OLE color: 293544.
HSL color Cylindrical-coordinate representation of color #A87A04: hue angle of 43.17º degrees, saturation: 0.95, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A87A04 is Cyan = 0, Magento = 0.27, Yellow = 0.98 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 122 | 4 | - |
| CMYK | 0 | 0.27 | 0.98 | 0.34 |
| HSL | 43.17º | 0.95% | 0.34% | - |
| HSV(B) | 43.17º | 0.98% | 0.66% | - |
| XYZ | 23.13 | 22.25 | 3.19 | - |
| YUV | 122.3 | 61.24 | 160.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 122 | 4 | 0 | 0.27 | 0.98 | 0.34 | 43.17 | 0.95 | 0.34 |
| Hex | A8 | 7A | 4 | 0 | 1B | 62 | 22 | 2B | 5F | 22 |
| Octal | 250 | 172 | 4 | 0 | 33 | 142 | 42 | 53 | 137 | 42 |
| Binary | 10101000 | 1111010 | 100 | 0 | 11011 | 1100010 | 100010 | 101011 | 1011111 | 100010 |
Color Harmonies of #A87A04
Complementary color
Monochromatic Colors of #A87A04
Black with #A87A04
Text Example
Text Example
White with #A87A04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A87A04; }
p { color: rgb(168,122,4); }
H1.HeaderClassName
{
color: #A87A04;
}
.AnyTagClassName
{
color: #A87A04;
}
</style>
background-color css
<style>
a { background-color: #A87A04; }
a { background-color: rgb(168,122,4); }
div.DivClassName
{
background-color: #A87A04;
}
.BgClassName
{
background-color: #A87A04;
}
</style>
border-color css
<style>
span { border-color: #A87A04; }
span { border-color: rgb(168,122,4); }
td.TdClassName
{
border-color: #A87A04;
}
.TagClassName
{
border-color: #A87A04;
}
</style>