Shades of Dark Goldenrod #A87F01
Tints of Dark Goldenrod #A87F01
RGB
CMYK
RGB Variations
Color information
#A87F01 (or 0xA87F01) is known color: Dark Goldenrod. HEX triplet: A8, 7F and 01. RGB value is (168,127,1). Sum of RGB (Red+Green+Blue) = 168+127+1=296 (39% of max value = 765). Red value is 168 (66.02% from 255 or 56.76% from 296); Green value is 127 (50% from 255 or 42.91% from 296); Blue value is 1 (0.78% from 255 or 0.34% from 296); Max value from RGB is 168 - color contains mainly: red. Hex color #A87F01 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A87F01 is #5780FE. Grayscale: #7D7D7D. Windows color (decimal): -5734655 or 98216. OLE color: 98216.
HSL color Cylindrical-coordinate representation of color #A87F01: hue angle of 45.27º degrees, saturation: 0.99, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A87F01 is Cyan = 0, Magento = 0.24, Yellow = 0.99 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 127 | 1 | - |
| CMYK | 0 | 0.24 | 0.99 | 0.34 |
| HSL | 45.27º | 0.99% | 0.33% | - |
| HSV(B) | 45.27º | 0.99% | 0.66% | - |
| XYZ | 23.74 | 23.51 | 3.31 | - |
| YUV | 124.9 | 58.08 | 158.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 127 | 1 | 0 | 0.24 | 0.99 | 0.34 | 45.27 | 0.99 | 0.33 |
| Hex | A8 | 7F | 1 | 0 | 18 | 63 | 22 | 2D | 63 | 21 |
| Octal | 250 | 177 | 1 | 0 | 30 | 143 | 42 | 55 | 143 | 41 |
| Binary | 10101000 | 1111111 | 1 | 0 | 11000 | 1100011 | 100010 | 101101 | 1100011 | 100001 |
Color Harmonies of #A87F01
Complementary color
Monochromatic Colors of #A87F01
Black with #A87F01
Text Example
Text Example
White with #A87F01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A87F01; }
p { color: rgb(168,127,1); }
H1.HeaderClassName
{
color: #A87F01;
}
.AnyTagClassName
{
color: #A87F01;
}
</style>
background-color css
<style>
a { background-color: #A87F01; }
a { background-color: rgb(168,127,1); }
div.DivClassName
{
background-color: #A87F01;
}
.BgClassName
{
background-color: #A87F01;
}
</style>
border-color css
<style>
span { border-color: #A87F01; }
span { border-color: rgb(168,127,1); }
td.TdClassName
{
border-color: #A87F01;
}
.TagClassName
{
border-color: #A87F01;
}
</style>