Shades of Dark Goldenrod #A08400
Tints of Dark Goldenrod #A08400
RGB
CMYK
RGB Variations
Color information
#A08400 (or 0xA08400) is known color: Dark Goldenrod. HEX triplet: A0, 84 and 00. RGB value is (160,132,0). Sum of RGB (Red+Green+Blue) = 160+132+0=292 (38% of max value = 765). Red value is 160 (62.89% from 255 or 54.79% from 292); Green value is 132 (51.95% from 255 or 45.21% from 292); Blue value is 0 (0.39% from 255 or 0% from 292); Max value from RGB is 160 - color contains mainly: red. Hex color #A08400 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A08400 is #5F7BFF. Grayscale: #7D7D7D. Windows color (decimal): -6257664 or 33952. OLE color: 33952.
HSL color Cylindrical-coordinate representation of color #A08400: hue angle of 49.5º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A08400 is Cyan = 0, Magento = 0.17, Yellow = 1 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 132 | 0 | - |
| CMYK | 0 | 0.17 | 1 | 0.37 |
| HSL | 49.5º | 1% | 0.31% | - |
| HSV(B) | 49.5º | 1% | 0.63% | - |
| XYZ | 22.75 | 23.98 | 3.43 | - |
| YUV | 125.32 | 57.28 | 152.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 132 | 0 | 0 | 0.17 | 1 | 0.37 | 49.5 | 1 | 0.31 |
| Hex | A0 | 84 | 0 | 0 | 11 | 64 | 25 | 32 | 64 | 1F |
| Octal | 240 | 204 | 0 | 0 | 21 | 144 | 45 | 62 | 144 | 37 |
| Binary | 10100000 | 10000100 | 0 | 0 | 10001 | 1100100 | 100101 | 110010 | 1100100 | 11111 |
Color Harmonies of #A08400
Complementary color
Monochromatic Colors of #A08400
Black with #A08400
Text Example
Text Example
White with #A08400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A08400; }
p { color: rgb(160,132,0); }
H1.HeaderClassName
{
color: #A08400;
}
.AnyTagClassName
{
color: #A08400;
}
</style>
background-color css
<style>
a { background-color: #A08400; }
a { background-color: rgb(160,132,0); }
div.DivClassName
{
background-color: #A08400;
}
.BgClassName
{
background-color: #A08400;
}
</style>
border-color css
<style>
span { border-color: #A08400; }
span { border-color: rgb(160,132,0); }
td.TdClassName
{
border-color: #A08400;
}
.TagClassName
{
border-color: #A08400;
}
</style>