Shades of Rich Gold #A14918
Tints of Rich Gold #A14918
RGB
CMYK
RGB Variations
Color information
#A14918 (or 0xA14918) is known color: Rich Gold. HEX triplet: A1, 49 and 18. RGB value is (161,73,24). Sum of RGB (Red+Green+Blue) = 161+73+24=258 (34% of max value = 765). Red value is 161 (63.28% from 255 or 62.40% from 258); Green value is 73 (28.91% from 255 or 28.29% from 258); Blue value is 24 (9.77% from 255 or 9.30% from 258); Max value from RGB is 161 - color contains mainly: red. Hex color #A14918 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A14918 is #5EB6E7. Grayscale: #5E5E5E. Windows color (decimal): -6207208 or 1591713. OLE color: 1591713.
HSL color Cylindrical-coordinate representation of color #A14918: hue angle of 21.46º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A14918 is Cyan = 0, Magento = 0.55, Yellow = 0.85 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 73 | 24 | - |
| CMYK | 0 | 0.55 | 0.85 | 0.37 |
| HSL | 21.46º | 0.74% | 0.36% | - |
| HSV(B) | 21.46º | 0.85% | 0.63% | - |
| XYZ | 17.25 | 12.41 | 2.35 | - |
| YUV | 93.73 | 88.65 | 175.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 73 | 24 | 0 | 0.55 | 0.85 | 0.37 | 21.46 | 0.74 | 0.36 |
| Hex | A1 | 49 | 18 | 0 | 37 | 55 | 25 | 15 | 4A | 24 |
| Octal | 241 | 111 | 30 | 0 | 67 | 125 | 45 | 25 | 112 | 44 |
| Binary | 10100001 | 1001001 | 11000 | 0 | 110111 | 1010101 | 100101 | 10101 | 1001010 | 100100 |
Color Harmonies of #A14918
Complementary color
Monochromatic Colors of #A14918
Black with #A14918
Text Example
Text Example
White with #A14918
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A14918; }
p { color: rgb(161,73,24); }
H1.HeaderClassName
{
color: #A14918;
}
.AnyTagClassName
{
color: #A14918;
}
</style>
background-color css
<style>
a { background-color: #A14918; }
a { background-color: rgb(161,73,24); }
div.DivClassName
{
background-color: #A14918;
}
.BgClassName
{
background-color: #A14918;
}
</style>
border-color css
<style>
span { border-color: #A14918; }
span { border-color: rgb(161,73,24); }
td.TdClassName
{
border-color: #A14918;
}
.TagClassName
{
border-color: #A14918;
}
</style>