Shades of Dark Goldenrod #A87301
Tints of Dark Goldenrod #A87301
RGB
CMYK
RGB Variations
Color information
#A87301 (or 0xA87301) is known color: Dark Goldenrod. HEX triplet: A8, 73 and 01. RGB value is (168,115,1). Sum of RGB (Red+Green+Blue) = 168+115+1=284 (37% of max value = 765). Red value is 168 (66.02% from 255 or 59.15% from 284); Green value is 115 (45.31% from 255 or 40.49% from 284); Blue value is 1 (0.78% from 255 or 0.35% from 284); Max value from RGB is 168 - color contains mainly: red. Hex color #A87301 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A87301 is #578CFE. Grayscale: #767676. Windows color (decimal): -5737727 or 95144. OLE color: 95144.
HSL color Cylindrical-coordinate representation of color #A87301: hue angle of 40.96º 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 #A87301 is Cyan = 0, Magento = 0.32, Yellow = 0.99 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 115 | 1 | - |
| CMYK | 0 | 0.32 | 0.99 | 0.34 |
| HSL | 40.96º | 0.99% | 0.33% | - |
| HSV(B) | 40.96º | 0.99% | 0.66% | - |
| XYZ | 22.28 | 20.59 | 2.83 | - |
| YUV | 117.85 | 62.06 | 163.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 115 | 1 | 0 | 0.32 | 0.99 | 0.34 | 40.96 | 0.99 | 0.33 |
| Hex | A8 | 73 | 1 | 0 | 20 | 63 | 22 | 29 | 63 | 21 |
| Octal | 250 | 163 | 1 | 0 | 40 | 143 | 42 | 51 | 143 | 41 |
| Binary | 10101000 | 1110011 | 1 | 0 | 100000 | 1100011 | 100010 | 101001 | 1100011 | 100001 |
Color Harmonies of #A87301
Complementary color
Monochromatic Colors of #A87301
Black with #A87301
Text Example
Text Example
White with #A87301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A87301; }
p { color: rgb(168,115,1); }
H1.HeaderClassName
{
color: #A87301;
}
.AnyTagClassName
{
color: #A87301;
}
</style>
background-color css
<style>
a { background-color: #A87301; }
a { background-color: rgb(168,115,1); }
div.DivClassName
{
background-color: #A87301;
}
.BgClassName
{
background-color: #A87301;
}
</style>
border-color css
<style>
span { border-color: #A87301; }
span { border-color: rgb(168,115,1); }
td.TdClassName
{
border-color: #A87301;
}
.TagClassName
{
border-color: #A87301;
}
</style>