Shades of Dark Goldenrod #A08205
Tints of Dark Goldenrod #A08205
RGB
CMYK
RGB Variations
Color information
#A08205 (or 0xA08205) is known color: Dark Goldenrod. HEX triplet: A0, 82 and 05. RGB value is (160,130,5). Sum of RGB (Red+Green+Blue) = 160+130+5=295 (39% of max value = 765). Red value is 160 (62.89% from 255 or 54.24% from 295); Green value is 130 (51.17% from 255 or 44.07% from 295); Blue value is 5 (2.34% from 255 or 1.69% from 295); Max value from RGB is 160 - color contains mainly: red. Hex color #A08205 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A08205 is #5F7DFA. Grayscale: #7D7D7D. Windows color (decimal): -6258171 or 361120. OLE color: 361120.
HSL color Cylindrical-coordinate representation of color #A08205: hue angle of 48.39º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A08205 is Cyan = 0, Magento = 0.19, Yellow = 0.97 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 130 | 5 | - |
| CMYK | 0 | 0.19 | 0.97 | 0.37 |
| HSL | 48.39º | 0.94% | 0.32% | - |
| HSV(B) | 48.39º | 0.97% | 0.63% | - |
| XYZ | 22.51 | 23.45 | 3.48 | - |
| YUV | 124.72 | 60.44 | 153.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 130 | 5 | 0 | 0.19 | 0.97 | 0.37 | 48.39 | 0.94 | 0.32 |
| Hex | A0 | 82 | 5 | 0 | 13 | 61 | 25 | 30 | 5E | 20 |
| Octal | 240 | 202 | 5 | 0 | 23 | 141 | 45 | 60 | 136 | 40 |
| Binary | 10100000 | 10000010 | 101 | 0 | 10011 | 1100001 | 100101 | 110000 | 1011110 | 100000 |
Color Harmonies of #A08205
Complementary color
Monochromatic Colors of #A08205
Black with #A08205
Text Example
Text Example
White with #A08205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A08205; }
p { color: rgb(160,130,5); }
H1.HeaderClassName
{
color: #A08205;
}
.AnyTagClassName
{
color: #A08205;
}
</style>
background-color css
<style>
a { background-color: #A08205; }
a { background-color: rgb(160,130,5); }
div.DivClassName
{
background-color: #A08205;
}
.BgClassName
{
background-color: #A08205;
}
</style>
border-color css
<style>
span { border-color: #A08205; }
span { border-color: rgb(160,130,5); }
td.TdClassName
{
border-color: #A08205;
}
.TagClassName
{
border-color: #A08205;
}
</style>