Shades of Rich Gold #A14616
Tints of Rich Gold #A14616
RGB
CMYK
RGB Variations
Color information
#A14616 (or 0xA14616) is known color: Rich Gold. HEX triplet: A1, 46 and 16. RGB value is (161,70,22). Sum of RGB (Red+Green+Blue) = 161+70+22=253 (33% of max value = 765). Red value is 161 (63.28% from 255 or 63.64% from 253); Green value is 70 (27.73% from 255 or 27.67% from 253); Blue value is 22 (8.98% from 255 or 8.70% from 253); Max value from RGB is 161 - color contains mainly: red. Hex color #A14616 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A14616 is #5EB9E9. Grayscale: #5C5C5C. Windows color (decimal): -6207978 or 1459873. OLE color: 1459873.
HSL color Cylindrical-coordinate representation of color #A14616: hue angle of 20.72º 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 #A14616 is Cyan = 0, Magento = 0.57, Yellow = 0.86 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 70 | 22 | - |
| CMYK | 0 | 0.57 | 0.86 | 0.37 |
| HSL | 20.72º | 0.76% | 0.36% | - |
| HSV(B) | 20.72º | 0.86% | 0.63% | - |
| XYZ | 17.03 | 12.02 | 2.18 | - |
| YUV | 91.74 | 88.65 | 177.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 70 | 22 | 0 | 0.57 | 0.86 | 0.37 | 20.72 | 0.76 | 0.36 |
| Hex | A1 | 46 | 16 | 0 | 39 | 56 | 25 | 15 | 4C | 24 |
| Octal | 241 | 106 | 26 | 0 | 71 | 126 | 45 | 25 | 114 | 44 |
| Binary | 10100001 | 1000110 | 10110 | 0 | 111001 | 1010110 | 100101 | 10101 | 1001100 | 100100 |
Color Harmonies of #A14616
Complementary color
Monochromatic Colors of #A14616
Black with #A14616
Text Example
Text Example
White with #A14616
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A14616; }
p { color: rgb(161,70,22); }
H1.HeaderClassName
{
color: #A14616;
}
.AnyTagClassName
{
color: #A14616;
}
</style>
background-color css
<style>
a { background-color: #A14616; }
a { background-color: rgb(161,70,22); }
div.DivClassName
{
background-color: #A14616;
}
.BgClassName
{
background-color: #A14616;
}
</style>
border-color css
<style>
span { border-color: #A14616; }
span { border-color: rgb(161,70,22); }
td.TdClassName
{
border-color: #A14616;
}
.TagClassName
{
border-color: #A14616;
}
</style>