Shades of Rich Gold #A14418
Tints of Rich Gold #A14418
RGB
CMYK
RGB Variations
Color information
#A14418 (or 0xA14418) is known color: Rich Gold. HEX triplet: A1, 44 and 18. RGB value is (161,68,24). Sum of RGB (Red+Green+Blue) = 161+68+24=253 (33% of max value = 765). Red value is 161 (63.28% from 255 or 63.64% from 253); Green value is 68 (26.95% from 255 or 26.88% from 253); Blue value is 24 (9.77% from 255 or 9.49% from 253); Max value from RGB is 161 - color contains mainly: red. Hex color #A14418 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A14418 is #5EBBE7. Grayscale: #5B5B5B. Windows color (decimal): -6208488 or 1590433. OLE color: 1590433.
HSL color Cylindrical-coordinate representation of color #A14418: hue angle of 19.27º 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 #A14418 is Cyan = 0, Magento = 0.58, Yellow = 0.85 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 68 | 24 | - |
| CMYK | 0 | 0.58 | 0.85 | 0.37 |
| HSL | 19.27º | 0.74% | 0.36% | - |
| HSV(B) | 19.27º | 0.85% | 0.63% | - |
| XYZ | 16.93 | 11.78 | 2.25 | - |
| YUV | 90.79 | 90.31 | 178.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 68 | 24 | 0 | 0.58 | 0.85 | 0.37 | 19.27 | 0.74 | 0.36 |
| Hex | A1 | 44 | 18 | 0 | 3A | 55 | 25 | 13 | 4A | 24 |
| Octal | 241 | 104 | 30 | 0 | 72 | 125 | 45 | 23 | 112 | 44 |
| Binary | 10100001 | 1000100 | 11000 | 0 | 111010 | 1010101 | 100101 | 10011 | 1001010 | 100100 |
Color Harmonies of #A14418
Complementary color
Monochromatic Colors of #A14418
Black with #A14418
Text Example
Text Example
White with #A14418
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A14418; }
p { color: rgb(161,68,24); }
H1.HeaderClassName
{
color: #A14418;
}
.AnyTagClassName
{
color: #A14418;
}
</style>
background-color css
<style>
a { background-color: #A14418; }
a { background-color: rgb(161,68,24); }
div.DivClassName
{
background-color: #A14418;
}
.BgClassName
{
background-color: #A14418;
}
</style>
border-color css
<style>
span { border-color: #A14418; }
span { border-color: rgb(161,68,24); }
td.TdClassName
{
border-color: #A14418;
}
.TagClassName
{
border-color: #A14418;
}
</style>