Shades of Dark Goldenrod #A87E00
Tints of Dark Goldenrod #A87E00
RGB
CMYK
RGB Variations
Color information
#A87E00 (or 0xA87E00) is known color: Dark Goldenrod. HEX triplet: A8, 7E and 00. RGB value is (168,126,0). Sum of RGB (Red+Green+Blue) = 168+126+0=294 (38% of max value = 765). Red value is 168 (66.02% from 255 or 57.14% from 294); Green value is 126 (49.61% from 255 or 42.86% from 294); Blue value is 0 (0.39% from 255 or 0% from 294); Max value from RGB is 168 - color contains mainly: red. Hex color #A87E00 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A87E00 is #5781FF. Grayscale: #7C7C7C. Windows color (decimal): -5734912 or 32424. OLE color: 32424.
HSL color Cylindrical-coordinate representation of color #A87E00: hue angle of 45º 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 #A87E00 is Cyan = 0, Magento = 0.25, Yellow = 1 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 126 | 0 | - |
| CMYK | 0 | 0.25 | 1 | 0.34 |
| HSL | 45º | 1% | 0.33% | - |
| HSV(B) | 45º | 1% | 0.66% | - |
| XYZ | 23.61 | 23.25 | 3.24 | - |
| YUV | 124.19 | 57.91 | 159.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 126 | 0 | 0 | 0.25 | 1 | 0.34 | 45 | 1 | 0.33 |
| Hex | A8 | 7E | 0 | 0 | 19 | 64 | 22 | 2D | 64 | 21 |
| Octal | 250 | 176 | 0 | 0 | 31 | 144 | 42 | 55 | 144 | 41 |
| Binary | 10101000 | 1111110 | 0 | 0 | 11001 | 1100100 | 100010 | 101101 | 1100100 | 100001 |
Color Harmonies of #A87E00
Complementary color
Monochromatic Colors of #A87E00
Black with #A87E00
Text Example
Text Example
White with #A87E00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A87E00; }
p { color: rgb(168,126,0); }
H1.HeaderClassName
{
color: #A87E00;
}
.AnyTagClassName
{
color: #A87E00;
}
</style>
background-color css
<style>
a { background-color: #A87E00; }
a { background-color: rgb(168,126,0); }
div.DivClassName
{
background-color: #A87E00;
}
.BgClassName
{
background-color: #A87E00;
}
</style>
border-color css
<style>
span { border-color: #A87E00; }
span { border-color: rgb(168,126,0); }
td.TdClassName
{
border-color: #A87E00;
}
.TagClassName
{
border-color: #A87E00;
}
</style>