Shades of Rich Gold #A05616
Tints of Rich Gold #A05616
RGB
CMYK
RGB Variations
Color information
#A05616 (or 0xA05616) is known color: Rich Gold. HEX triplet: A0, 56 and 16. RGB value is (160,86,22). Sum of RGB (Red+Green+Blue) = 160+86+22=268 (35% of max value = 765). Red value is 160 (62.89% from 255 or 59.70% from 268); Green value is 86 (33.98% from 255 or 32.09% from 268); Blue value is 22 (8.98% from 255 or 8.21% from 268); Max value from RGB is 160 - color contains mainly: red. Hex color #A05616 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A05616 is #5FA9E9. Grayscale: #656565. Windows color (decimal): -6269418 or 1463968. OLE color: 1463968.
HSL color Cylindrical-coordinate representation of color #A05616: hue angle of 27.83º degrees, saturation: 0.76, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A05616 is Cyan = 0, Magento = 0.46, Yellow = 0.86 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 86 | 22 | - |
| CMYK | 0 | 0.46 | 0.86 | 0.37 |
| HSL | 27.83º | 0.76% | 0.36% | - |
| HSV(B) | 27.83º | 0.86% | 0.63% | - |
| XYZ | 17.97 | 14.19 | 2.55 | - |
| YUV | 100.83 | 83.52 | 170.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 86 | 22 | 0 | 0.46 | 0.86 | 0.37 | 27.83 | 0.76 | 0.36 |
| Hex | A0 | 56 | 16 | 0 | 2E | 56 | 25 | 1C | 4C | 24 |
| Octal | 240 | 126 | 26 | 0 | 56 | 126 | 45 | 34 | 114 | 44 |
| Binary | 10100000 | 1010110 | 10110 | 0 | 101110 | 1010110 | 100101 | 11100 | 1001100 | 100100 |
Color Harmonies of #A05616
Complementary color
Monochromatic Colors of #A05616
Black with #A05616
Text Example
Text Example
White with #A05616
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A05616; }
p { color: rgb(160,86,22); }
H1.HeaderClassName
{
color: #A05616;
}
.AnyTagClassName
{
color: #A05616;
}
</style>
background-color css
<style>
a { background-color: #A05616; }
a { background-color: rgb(160,86,22); }
div.DivClassName
{
background-color: #A05616;
}
.BgClassName
{
background-color: #A05616;
}
</style>
border-color css
<style>
span { border-color: #A05616; }
span { border-color: rgb(160,86,22); }
td.TdClassName
{
border-color: #A05616;
}
.TagClassName
{
border-color: #A05616;
}
</style>