Shades of Dark Goldenrod #A08201
Tints of Dark Goldenrod #A08201
RGB
CMYK
RGB Variations
Color information
#A08201 (or 0xA08201) is known color: Dark Goldenrod. HEX triplet: A0, 82 and 01. RGB value is (160,130,1). Sum of RGB (Red+Green+Blue) = 160+130+1=291 (38% of max value = 765). Red value is 160 (62.89% from 255 or 54.98% from 291); Green value is 130 (51.17% from 255 or 44.67% from 291); Blue value is 1 (0.78% from 255 or 0.34% from 291); Max value from RGB is 160 - color contains mainly: red. Hex color #A08201 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A08201 is #5F7DFE. Grayscale: #7C7C7C. Windows color (decimal): -6258175 or 98976. OLE color: 98976.
HSL color Cylindrical-coordinate representation of color #A08201: hue angle of 48.68º 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 #A08201 is Cyan = 0, Magento = 0.19, Yellow = 0.99 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 130 | 1 | - |
| CMYK | 0 | 0.19 | 0.99 | 0.37 |
| HSL | 48.68º | 0.99% | 0.32% | - |
| HSV(B) | 48.68º | 0.99% | 0.63% | - |
| XYZ | 22.49 | 23.44 | 3.37 | - |
| YUV | 124.26 | 58.44 | 153.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 130 | 1 | 0 | 0.19 | 0.99 | 0.37 | 48.68 | 0.99 | 0.32 |
| Hex | A0 | 82 | 1 | 0 | 13 | 63 | 25 | 31 | 63 | 20 |
| Octal | 240 | 202 | 1 | 0 | 23 | 143 | 45 | 61 | 143 | 40 |
| Binary | 10100000 | 10000010 | 1 | 0 | 10011 | 1100011 | 100101 | 110001 | 1100011 | 100000 |
Color Harmonies of #A08201
Complementary color
Monochromatic Colors of #A08201
Black with #A08201
Text Example
Text Example
White with #A08201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A08201; }
p { color: rgb(160,130,1); }
H1.HeaderClassName
{
color: #A08201;
}
.AnyTagClassName
{
color: #A08201;
}
</style>
background-color css
<style>
a { background-color: #A08201; }
a { background-color: rgb(160,130,1); }
div.DivClassName
{
background-color: #A08201;
}
.BgClassName
{
background-color: #A08201;
}
</style>
border-color css
<style>
span { border-color: #A08201; }
span { border-color: rgb(160,130,1); }
td.TdClassName
{
border-color: #A08201;
}
.TagClassName
{
border-color: #A08201;
}
</style>