Shades of Dark Goldenrod #A87A00
Tints of Dark Goldenrod #A87A00
RGB
CMYK
RGB Variations
Color information
#A87A00 (or 0xA87A00) is known color: Dark Goldenrod. HEX triplet: A8, 7A and 00. RGB value is (168,122,0). Sum of RGB (Red+Green+Blue) = 168+122+0=290 (38% of max value = 765). Red value is 168 (66.02% from 255 or 57.93% from 290); Green value is 122 (48.05% from 255 or 42.07% from 290); Blue value is 0 (0.39% from 255 or 0% from 290); Max value from RGB is 168 - color contains mainly: red. Hex color #A87A00 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A87A00 is #5785FF. Grayscale: #7A7A7A. Windows color (decimal): -5735936 or 31400. OLE color: 31400.
HSL color Cylindrical-coordinate representation of color #A87A00: hue angle of 43.57º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A87A00 is Cyan = 0, Magento = 0.27, Yellow = 1 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 122 | 0 | - |
| CMYK | 0 | 0.27 | 1 | 0.34 |
| HSL | 43.57º | 1% | 0.33% | - |
| HSV(B) | 43.57º | 1% | 0.66% | - |
| XYZ | 23.11 | 22.24 | 3.08 | - |
| YUV | 121.85 | 59.24 | 160.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 122 | 0 | 0 | 0.27 | 1 | 0.34 | 43.57 | 1 | 0.33 |
| Hex | A8 | 7A | 0 | 0 | 1B | 64 | 22 | 2C | 64 | 21 |
| Octal | 250 | 172 | 0 | 0 | 33 | 144 | 42 | 54 | 144 | 41 |
| Binary | 10101000 | 1111010 | 0 | 0 | 11011 | 1100100 | 100010 | 101100 | 1100100 | 100001 |
Color Harmonies of #A87A00
Complementary color
Monochromatic Colors of #A87A00
Black with #A87A00
Text Example
Text Example
White with #A87A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A87A00; }
p { color: rgb(168,122,0); }
H1.HeaderClassName
{
color: #A87A00;
}
.AnyTagClassName
{
color: #A87A00;
}
</style>
background-color css
<style>
a { background-color: #A87A00; }
a { background-color: rgb(168,122,0); }
div.DivClassName
{
background-color: #A87A00;
}
.BgClassName
{
background-color: #A87A00;
}
</style>
border-color css
<style>
span { border-color: #A87A00; }
span { border-color: rgb(168,122,0); }
td.TdClassName
{
border-color: #A87A00;
}
.TagClassName
{
border-color: #A87A00;
}
</style>