Shades of Dark Goldenrod #A08401
Tints of Dark Goldenrod #A08401
RGB
CMYK
RGB Variations
Color information
#A08401 (or 0xA08401) is known color: Dark Goldenrod. HEX triplet: A0, 84 and 01. RGB value is (160,132,1). Sum of RGB (Red+Green+Blue) = 160+132+1=293 (38% of max value = 765). Red value is 160 (62.89% from 255 or 54.61% from 293); Green value is 132 (51.95% from 255 or 45.05% from 293); Blue value is 1 (0.78% from 255 or 0.34% from 293); Max value from RGB is 160 - color contains mainly: red. Hex color #A08401 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A08401 is #5F7BFE. Grayscale: #7D7D7D. Windows color (decimal): -6257663 or 99488. OLE color: 99488.
HSL color Cylindrical-coordinate representation of color #A08401: hue angle of 49.43º 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 #A08401 is Cyan = 0, Magento = 0.17, Yellow = 0.99 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 132 | 1 | - |
| CMYK | 0 | 0.17 | 0.99 | 0.37 |
| HSL | 49.43º | 0.99% | 0.32% | - |
| HSV(B) | 49.43º | 0.99% | 0.63% | - |
| XYZ | 22.75 | 23.98 | 3.46 | - |
| YUV | 125.44 | 57.78 | 152.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 132 | 1 | 0 | 0.17 | 0.99 | 0.37 | 49.43 | 0.99 | 0.32 |
| Hex | A0 | 84 | 1 | 0 | 11 | 63 | 25 | 31 | 63 | 20 |
| Octal | 240 | 204 | 1 | 0 | 21 | 143 | 45 | 61 | 143 | 40 |
| Binary | 10100000 | 10000100 | 1 | 0 | 10001 | 1100011 | 100101 | 110001 | 1100011 | 100000 |
Color Harmonies of #A08401
Complementary color
Monochromatic Colors of #A08401
Black with #A08401
Text Example
Text Example
White with #A08401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A08401; }
p { color: rgb(160,132,1); }
H1.HeaderClassName
{
color: #A08401;
}
.AnyTagClassName
{
color: #A08401;
}
</style>
background-color css
<style>
a { background-color: #A08401; }
a { background-color: rgb(160,132,1); }
div.DivClassName
{
background-color: #A08401;
}
.BgClassName
{
background-color: #A08401;
}
</style>
border-color css
<style>
span { border-color: #A08401; }
span { border-color: rgb(160,132,1); }
td.TdClassName
{
border-color: #A08401;
}
.TagClassName
{
border-color: #A08401;
}
</style>