Shades of Rich Gold #A14D16
Tints of Rich Gold #A14D16
RGB
CMYK
RGB Variations
Color information
#A14D16 (or 0xA14D16) is known color: Rich Gold. HEX triplet: A1, 4D and 16. RGB value is (161,77,22). Sum of RGB (Red+Green+Blue) = 161+77+22=260 (34% of max value = 765). Red value is 161 (63.28% from 255 or 61.92% from 260); Green value is 77 (30.47% from 255 or 29.62% from 260); Blue value is 22 (8.98% from 255 or 8.46% from 260); Max value from RGB is 161 - color contains mainly: red. Hex color #A14D16 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A14D16 is #5EB2E9. Grayscale: #606060. Windows color (decimal): -6206186 or 1461665. OLE color: 1461665.
HSL color Cylindrical-coordinate representation of color #A14D16: hue angle of 23.74º 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 #A14D16 is Cyan = 0, Magento = 0.52, Yellow = 0.86 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 77 | 22 | - |
| CMYK | 0 | 0.52 | 0.86 | 0.37 |
| HSL | 23.74º | 0.76% | 0.36% | - |
| HSV(B) | 23.74º | 0.86% | 0.63% | - |
| XYZ | 17.5 | 12.94 | 2.34 | - |
| YUV | 95.85 | 86.33 | 174.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 77 | 22 | 0 | 0.52 | 0.86 | 0.37 | 23.74 | 0.76 | 0.36 |
| Hex | A1 | 4D | 16 | 0 | 34 | 56 | 25 | 18 | 4C | 24 |
| Octal | 241 | 115 | 26 | 0 | 64 | 126 | 45 | 30 | 114 | 44 |
| Binary | 10100001 | 1001101 | 10110 | 0 | 110100 | 1010110 | 100101 | 11000 | 1001100 | 100100 |
Color Harmonies of #A14D16
Complementary color
Monochromatic Colors of #A14D16
Black with #A14D16
Text Example
Text Example
White with #A14D16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A14D16; }
p { color: rgb(161,77,22); }
H1.HeaderClassName
{
color: #A14D16;
}
.AnyTagClassName
{
color: #A14D16;
}
</style>
background-color css
<style>
a { background-color: #A14D16; }
a { background-color: rgb(161,77,22); }
div.DivClassName
{
background-color: #A14D16;
}
.BgClassName
{
background-color: #A14D16;
}
</style>
border-color css
<style>
span { border-color: #A14D16; }
span { border-color: rgb(161,77,22); }
td.TdClassName
{
border-color: #A14D16;
}
.TagClassName
{
border-color: #A14D16;
}
</style>