Shades of Rich Gold #A14B16
Tints of Rich Gold #A14B16
RGB
CMYK
RGB Variations
Color information
#A14B16 (or 0xA14B16) is known color: Rich Gold. HEX triplet: A1, 4B and 16. RGB value is (161,75,22). Sum of RGB (Red+Green+Blue) = 161+75+22=258 (34% of max value = 765). Red value is 161 (63.28% from 255 or 62.40% from 258); Green value is 75 (29.69% from 255 or 29.07% from 258); Blue value is 22 (8.98% from 255 or 8.53% from 258); Max value from RGB is 161 - color contains mainly: red. Hex color #A14B16 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A14B16 is #5EB4E9. Grayscale: #5E5E5E. Windows color (decimal): -6206698 or 1461153. OLE color: 1461153.
HSL color Cylindrical-coordinate representation of color #A14B16: hue angle of 22.88º 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 #A14B16 is Cyan = 0, Magento = 0.53, Yellow = 0.86 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 75 | 22 | - |
| CMYK | 0 | 0.53 | 0.86 | 0.37 |
| HSL | 22.88º | 0.76% | 0.36% | - |
| HSV(B) | 22.88º | 0.86% | 0.63% | - |
| XYZ | 17.36 | 12.67 | 2.29 | - |
| YUV | 94.67 | 86.99 | 175.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 75 | 22 | 0 | 0.53 | 0.86 | 0.37 | 22.88 | 0.76 | 0.36 |
| Hex | A1 | 4B | 16 | 0 | 35 | 56 | 25 | 17 | 4C | 24 |
| Octal | 241 | 113 | 26 | 0 | 65 | 126 | 45 | 27 | 114 | 44 |
| Binary | 10100001 | 1001011 | 10110 | 0 | 110101 | 1010110 | 100101 | 10111 | 1001100 | 100100 |
Color Harmonies of #A14B16
Complementary color
Monochromatic Colors of #A14B16
Black with #A14B16
Text Example
Text Example
White with #A14B16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A14B16; }
p { color: rgb(161,75,22); }
H1.HeaderClassName
{
color: #A14B16;
}
.AnyTagClassName
{
color: #A14B16;
}
</style>
background-color css
<style>
a { background-color: #A14B16; }
a { background-color: rgb(161,75,22); }
div.DivClassName
{
background-color: #A14B16;
}
.BgClassName
{
background-color: #A14B16;
}
</style>
border-color css
<style>
span { border-color: #A14B16; }
span { border-color: rgb(161,75,22); }
td.TdClassName
{
border-color: #A14B16;
}
.TagClassName
{
border-color: #A14B16;
}
</style>