Shades of Dark Goldenrod #A87901
Tints of Dark Goldenrod #A87901
RGB
CMYK
RGB Variations
Color information
#A87901 (or 0xA87901) is known color: Dark Goldenrod. HEX triplet: A8, 79 and 01. RGB value is (168,121,1). Sum of RGB (Red+Green+Blue) = 168+121+1=290 (38% of max value = 765). Red value is 168 (66.02% from 255 or 57.93% from 290); Green value is 121 (47.66% from 255 or 41.72% from 290); Blue value is 1 (0.78% from 255 or 0.34% from 290); Max value from RGB is 168 - color contains mainly: red. Hex color #A87901 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A87901 is #5786FE. Grayscale: #797979. Windows color (decimal): -5736191 or 96680. OLE color: 96680.
HSL color Cylindrical-coordinate representation of color #A87901: hue angle of 43.11º 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 #A87901 is Cyan = 0, Magento = 0.28, Yellow = 0.99 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 121 | 1 | - |
| CMYK | 0 | 0.28 | 0.99 | 0.34 |
| HSL | 43.11º | 0.99% | 0.33% | - |
| HSV(B) | 43.11º | 0.99% | 0.66% | - |
| XYZ | 22.99 | 22 | 3.06 | - |
| YUV | 121.37 | 60.07 | 161.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 121 | 1 | 0 | 0.28 | 0.99 | 0.34 | 43.11 | 0.99 | 0.33 |
| Hex | A8 | 79 | 1 | 0 | 1C | 63 | 22 | 2B | 63 | 21 |
| Octal | 250 | 171 | 1 | 0 | 34 | 143 | 42 | 53 | 143 | 41 |
| Binary | 10101000 | 1111001 | 1 | 0 | 11100 | 1100011 | 100010 | 101011 | 1100011 | 100001 |
Color Harmonies of #A87901
Complementary color
Monochromatic Colors of #A87901
Black with #A87901
Text Example
Text Example
White with #A87901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A87901; }
p { color: rgb(168,121,1); }
H1.HeaderClassName
{
color: #A87901;
}
.AnyTagClassName
{
color: #A87901;
}
</style>
background-color css
<style>
a { background-color: #A87901; }
a { background-color: rgb(168,121,1); }
div.DivClassName
{
background-color: #A87901;
}
.BgClassName
{
background-color: #A87901;
}
</style>
border-color css
<style>
span { border-color: #A87901; }
span { border-color: rgb(168,121,1); }
td.TdClassName
{
border-color: #A87901;
}
.TagClassName
{
border-color: #A87901;
}
</style>