Shades of Rich Gold #A14A16
Tints of Rich Gold #A14A16
RGB
CMYK
RGB Variations
Color information
#A14A16 (or 0xA14A16) is known color: Rich Gold. HEX triplet: A1, 4A and 16. RGB value is (161,74,22). Sum of RGB (Red+Green+Blue) = 161+74+22=257 (34% of max value = 765). Red value is 161 (63.28% from 255 or 62.65% from 257); Green value is 74 (29.30% from 255 or 28.79% from 257); Blue value is 22 (8.98% from 255 or 8.56% from 257); Max value from RGB is 161 - color contains mainly: red. Hex color #A14A16 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A14A16 is #5EB5E9. Grayscale: #5E5E5E. Windows color (decimal): -6206954 or 1460897. OLE color: 1460897.
HSL color Cylindrical-coordinate representation of color #A14A16: hue angle of 22.45º 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 #A14A16 is Cyan = 0, Magento = 0.54, Yellow = 0.86 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 74 | 22 | - |
| CMYK | 0 | 0.54 | 0.86 | 0.37 |
| HSL | 22.45º | 0.76% | 0.36% | - |
| HSV(B) | 22.45º | 0.86% | 0.63% | - |
| XYZ | 17.29 | 12.53 | 2.27 | - |
| YUV | 94.09 | 87.32 | 175.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 74 | 22 | 0 | 0.54 | 0.86 | 0.37 | 22.45 | 0.76 | 0.36 |
| Hex | A1 | 4A | 16 | 0 | 36 | 56 | 25 | 16 | 4C | 24 |
| Octal | 241 | 112 | 26 | 0 | 66 | 126 | 45 | 26 | 114 | 44 |
| Binary | 10100001 | 1001010 | 10110 | 0 | 110110 | 1010110 | 100101 | 10110 | 1001100 | 100100 |
Color Harmonies of #A14A16
Complementary color
Monochromatic Colors of #A14A16
Black with #A14A16
Text Example
Text Example
White with #A14A16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A14A16; }
p { color: rgb(161,74,22); }
H1.HeaderClassName
{
color: #A14A16;
}
.AnyTagClassName
{
color: #A14A16;
}
</style>
background-color css
<style>
a { background-color: #A14A16; }
a { background-color: rgb(161,74,22); }
div.DivClassName
{
background-color: #A14A16;
}
.BgClassName
{
background-color: #A14A16;
}
</style>
border-color css
<style>
span { border-color: #A14A16; }
span { border-color: rgb(161,74,22); }
td.TdClassName
{
border-color: #A14A16;
}
.TagClassName
{
border-color: #A14A16;
}
</style>