Shades of Dark Goldenrod #A08200
Tints of Dark Goldenrod #A08200
RGB
CMYK
RGB Variations
Color information
#A08200 (or 0xA08200) is known color: Dark Goldenrod. HEX triplet: A0, 82 and 00. RGB value is (160,130,0). Sum of RGB (Red+Green+Blue) = 160+130+0=290 (38% of max value = 765). Red value is 160 (62.89% from 255 or 55.17% from 290); Green value is 130 (51.17% from 255 or 44.83% from 290); Blue value is 0 (0.39% from 255 or 0% from 290); Max value from RGB is 160 - color contains mainly: red. Hex color #A08200 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A08200 is #5F7DFF. Grayscale: #7C7C7C. Windows color (decimal): -6258176 or 33440. OLE color: 33440.
HSL color Cylindrical-coordinate representation of color #A08200: hue angle of 48.75º 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 #A08200 is Cyan = 0, Magento = 0.19, Yellow = 1 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 130 | 0 | - |
| CMYK | 0 | 0.19 | 1 | 0.37 |
| HSL | 48.75º | 1% | 0.31% | - |
| HSV(B) | 48.75º | 1% | 0.63% | - |
| XYZ | 22.48 | 23.44 | 3.34 | - |
| YUV | 124.15 | 57.94 | 153.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 130 | 0 | 0 | 0.19 | 1 | 0.37 | 48.75 | 1 | 0.31 |
| Hex | A0 | 82 | 0 | 0 | 13 | 64 | 25 | 31 | 64 | 1F |
| Octal | 240 | 202 | 0 | 0 | 23 | 144 | 45 | 61 | 144 | 37 |
| Binary | 10100000 | 10000010 | 0 | 0 | 10011 | 1100100 | 100101 | 110001 | 1100100 | 11111 |
Color Harmonies of #A08200
Complementary color
Monochromatic Colors of #A08200
Black with #A08200
Text Example
Text Example
White with #A08200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A08200; }
p { color: rgb(160,130,0); }
H1.HeaderClassName
{
color: #A08200;
}
.AnyTagClassName
{
color: #A08200;
}
</style>
background-color css
<style>
a { background-color: #A08200; }
a { background-color: rgb(160,130,0); }
div.DivClassName
{
background-color: #A08200;
}
.BgClassName
{
background-color: #A08200;
}
</style>
border-color css
<style>
span { border-color: #A08200; }
span { border-color: rgb(160,130,0); }
td.TdClassName
{
border-color: #A08200;
}
.TagClassName
{
border-color: #A08200;
}
</style>