Shades of Dark Goldenrod #A87F00
Tints of Dark Goldenrod #A87F00
RGB
CMYK
RGB Variations
Color information
#A87F00 (or 0xA87F00) is known color: Dark Goldenrod. HEX triplet: A8, 7F and 00. RGB value is (168,127,0). Sum of RGB (Red+Green+Blue) = 168+127+0=295 (39% of max value = 765). Red value is 168 (66.02% from 255 or 56.95% from 295); Green value is 127 (50% from 255 or 43.05% from 295); Blue value is 0 (0.39% from 255 or 0% from 295); Max value from RGB is 168 - color contains mainly: red. Hex color #A87F00 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A87F00 is #5780FF. Grayscale: #7D7D7D. Windows color (decimal): -5734656 or 32680. OLE color: 32680.
HSL color Cylindrical-coordinate representation of color #A87F00: hue angle of 45.36º 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 #A87F00 is Cyan = 0, Magento = 0.24, Yellow = 1 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 127 | 0 | - |
| CMYK | 0 | 0.24 | 1 | 0.34 |
| HSL | 45.36º | 1% | 0.33% | - |
| HSV(B) | 45.36º | 1% | 0.66% | - |
| XYZ | 23.74 | 23.5 | 3.29 | - |
| YUV | 124.78 | 57.58 | 158.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 127 | 0 | 0 | 0.24 | 1 | 0.34 | 45.36 | 1 | 0.33 |
| Hex | A8 | 7F | 0 | 0 | 18 | 64 | 22 | 2D | 64 | 21 |
| Octal | 250 | 177 | 0 | 0 | 30 | 144 | 42 | 55 | 144 | 41 |
| Binary | 10101000 | 1111111 | 0 | 0 | 11000 | 1100100 | 100010 | 101101 | 1100100 | 100001 |
Color Harmonies of #A87F00
Complementary color
Monochromatic Colors of #A87F00
Black with #A87F00
Text Example
Text Example
White with #A87F00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A87F00; }
p { color: rgb(168,127,0); }
H1.HeaderClassName
{
color: #A87F00;
}
.AnyTagClassName
{
color: #A87F00;
}
</style>
background-color css
<style>
a { background-color: #A87F00; }
a { background-color: rgb(168,127,0); }
div.DivClassName
{
background-color: #A87F00;
}
.BgClassName
{
background-color: #A87F00;
}
</style>
border-color css
<style>
span { border-color: #A87F00; }
span { border-color: rgb(168,127,0); }
td.TdClassName
{
border-color: #A87F00;
}
.TagClassName
{
border-color: #A87F00;
}
</style>