Shades of Rich Gold #A15216
Tints of Rich Gold #A15216
RGB
CMYK
RGB Variations
Color information
#A15216 (or 0xA15216) is known color: Rich Gold. HEX triplet: A1, 52 and 16. RGB value is (161,82,22). Sum of RGB (Red+Green+Blue) = 161+82+22=265 (35% of max value = 765). Red value is 161 (63.28% from 255 or 60.75% from 265); Green value is 82 (32.42% from 255 or 30.94% from 265); Blue value is 22 (8.98% from 255 or 8.30% from 265); Max value from RGB is 161 - color contains mainly: red. Hex color #A15216 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A15216 is #5EADE9. Grayscale: #636363. Windows color (decimal): -6204906 or 1462945. OLE color: 1462945.
HSL color Cylindrical-coordinate representation of color #A15216: hue angle of 25.9º 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 #A15216 is Cyan = 0, Magento = 0.49, Yellow = 0.86 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 82 | 22 | - |
| CMYK | 0 | 0.49 | 0.86 | 0.37 |
| HSL | 25.9º | 0.76% | 0.36% | - |
| HSV(B) | 25.9º | 0.86% | 0.63% | - |
| XYZ | 17.86 | 13.67 | 2.46 | - |
| YUV | 98.78 | 84.67 | 172.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 82 | 22 | 0 | 0.49 | 0.86 | 0.37 | 25.9 | 0.76 | 0.36 |
| Hex | A1 | 52 | 16 | 0 | 31 | 56 | 25 | 1A | 4C | 24 |
| Octal | 241 | 122 | 26 | 0 | 61 | 126 | 45 | 32 | 114 | 44 |
| Binary | 10100001 | 1010010 | 10110 | 0 | 110001 | 1010110 | 100101 | 11010 | 1001100 | 100100 |
Color Harmonies of #A15216
Complementary color
Monochromatic Colors of #A15216
Black with #A15216
Text Example
Text Example
White with #A15216
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A15216; }
p { color: rgb(161,82,22); }
H1.HeaderClassName
{
color: #A15216;
}
.AnyTagClassName
{
color: #A15216;
}
</style>
background-color css
<style>
a { background-color: #A15216; }
a { background-color: rgb(161,82,22); }
div.DivClassName
{
background-color: #A15216;
}
.BgClassName
{
background-color: #A15216;
}
</style>
border-color css
<style>
span { border-color: #A15216; }
span { border-color: rgb(161,82,22); }
td.TdClassName
{
border-color: #A15216;
}
.TagClassName
{
border-color: #A15216;
}
</style>