Shades of Rich Gold #A05210
Tints of Rich Gold #A05210
RGB
CMYK
RGB Variations
Color information
#A05210 (or 0xA05210) is known color: Rich Gold. HEX triplet: A0, 52 and 10. RGB value is (160,82,16). Sum of RGB (Red+Green+Blue) = 160+82+16=258 (34% of max value = 765). Red value is 160 (62.89% from 255 or 62.02% from 258); Green value is 82 (32.42% from 255 or 31.78% from 258); Blue value is 16 (6.64% from 255 or 6.20% from 258); Max value from RGB is 160 - color contains mainly: red. Hex color #A05210 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A05210 is #5FADEF. Grayscale: #626262. Windows color (decimal): -6270448 or 1069728. OLE color: 1069728.
HSL color Cylindrical-coordinate representation of color #A05210: hue angle of 27.5º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A05210 is Cyan = 0, Magento = 0.49, Yellow = 0.9 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 82 | 16 | - |
| CMYK | 0 | 0.49 | 0.9 | 0.37 |
| HSL | 27.5º | 0.82% | 0.35% | - |
| HSV(B) | 27.5º | 0.9% | 0.63% | - |
| XYZ | 17.61 | 13.55 | 2.18 | - |
| YUV | 97.8 | 81.84 | 172.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 82 | 16 | 0 | 0.49 | 0.9 | 0.37 | 27.5 | 0.82 | 0.35 |
| Hex | A0 | 52 | 10 | 0 | 31 | 5A | 25 | 1C | 52 | 23 |
| Octal | 240 | 122 | 20 | 0 | 61 | 132 | 45 | 34 | 122 | 43 |
| Binary | 10100000 | 1010010 | 10000 | 0 | 110001 | 1011010 | 100101 | 11100 | 1010010 | 100011 |
Color Harmonies of #A05210
Complementary color
Monochromatic Colors of #A05210
Black with #A05210
Text Example
Text Example
White with #A05210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A05210; }
p { color: rgb(160,82,16); }
H1.HeaderClassName
{
color: #A05210;
}
.AnyTagClassName
{
color: #A05210;
}
</style>
background-color css
<style>
a { background-color: #A05210; }
a { background-color: rgb(160,82,16); }
div.DivClassName
{
background-color: #A05210;
}
.BgClassName
{
background-color: #A05210;
}
</style>
border-color css
<style>
span { border-color: #A05210; }
span { border-color: rgb(160,82,16); }
td.TdClassName
{
border-color: #A05210;
}
.TagClassName
{
border-color: #A05210;
}
</style>