Shades of Dark Goldenrod #A08701
Tints of Dark Goldenrod #A08701
RGB
CMYK
RGB Variations
Color information
#A08701 (or 0xA08701) is known color: Dark Goldenrod. HEX triplet: A0, 87 and 01. RGB value is (160,135,1). Sum of RGB (Red+Green+Blue) = 160+135+1=296 (39% of max value = 765). Red value is 160 (62.89% from 255 or 54.05% from 296); Green value is 135 (53.12% from 255 or 45.61% from 296); Blue value is 1 (0.78% from 255 or 0.34% from 296); Max value from RGB is 160 - color contains mainly: red. Hex color #A08701 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A08701 is #5F78FE. Grayscale: #7F7F7F. Windows color (decimal): -6256895 or 100256. OLE color: 100256.
HSL color Cylindrical-coordinate representation of color #A08701: hue angle of 50.57º degrees, saturation: 0.99, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A08701 is Cyan = 0, Magento = 0.16, Yellow = 0.99 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 135 | 1 | - |
| CMYK | 0 | 0.16 | 0.99 | 0.37 |
| HSL | 50.57º | 0.99% | 0.32% | - |
| HSV(B) | 50.57º | 0.99% | 0.63% | - |
| XYZ | 23.17 | 24.8 | 3.6 | - |
| YUV | 127.2 | 56.78 | 151.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 135 | 1 | 0 | 0.16 | 0.99 | 0.37 | 50.57 | 0.99 | 0.32 |
| Hex | A0 | 87 | 1 | 0 | 10 | 63 | 25 | 33 | 63 | 20 |
| Octal | 240 | 207 | 1 | 0 | 20 | 143 | 45 | 63 | 143 | 40 |
| Binary | 10100000 | 10000111 | 1 | 0 | 10000 | 1100011 | 100101 | 110011 | 1100011 | 100000 |
Color Harmonies of #A08701
Complementary color
Monochromatic Colors of #A08701
Black with #A08701
Text Example
Text Example
White with #A08701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A08701; }
p { color: rgb(160,135,1); }
H1.HeaderClassName
{
color: #A08701;
}
.AnyTagClassName
{
color: #A08701;
}
</style>
background-color css
<style>
a { background-color: #A08701; }
a { background-color: rgb(160,135,1); }
div.DivClassName
{
background-color: #A08701;
}
.BgClassName
{
background-color: #A08701;
}
</style>
border-color css
<style>
span { border-color: #A08701; }
span { border-color: rgb(160,135,1); }
td.TdClassName
{
border-color: #A08701;
}
.TagClassName
{
border-color: #A08701;
}
</style>