Shades of Rich Gold #A14C18
Tints of Rich Gold #A14C18
RGB
CMYK
RGB Variations
Color information
#A14C18 (or 0xA14C18) is known color: Rich Gold. HEX triplet: A1, 4C and 18. RGB value is (161,76,24). Sum of RGB (Red+Green+Blue) = 161+76+24=261 (34% of max value = 765). Red value is 161 (63.28% from 255 or 61.69% from 261); Green value is 76 (30.08% from 255 or 29.12% from 261); Blue value is 24 (9.77% from 255 or 9.20% from 261); Max value from RGB is 161 - color contains mainly: red. Hex color #A14C18 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A14C18 is #5EB3E7. Grayscale: #5F5F5F. Windows color (decimal): -6206440 or 1592481. OLE color: 1592481.
HSL color Cylindrical-coordinate representation of color #A14C18: hue angle of 22.77º 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 #A14C18 is Cyan = 0, Magento = 0.53, Yellow = 0.85 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 76 | 24 | - |
| CMYK | 0 | 0.53 | 0.85 | 0.37 |
| HSL | 22.77º | 0.74% | 0.36% | - |
| HSV(B) | 22.77º | 0.85% | 0.63% | - |
| XYZ | 17.45 | 12.81 | 2.42 | - |
| YUV | 95.49 | 87.66 | 174.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 76 | 24 | 0 | 0.53 | 0.85 | 0.37 | 22.77 | 0.74 | 0.36 |
| Hex | A1 | 4C | 18 | 0 | 35 | 55 | 25 | 17 | 4A | 24 |
| Octal | 241 | 114 | 30 | 0 | 65 | 125 | 45 | 27 | 112 | 44 |
| Binary | 10100001 | 1001100 | 11000 | 0 | 110101 | 1010101 | 100101 | 10111 | 1001010 | 100100 |
Color Harmonies of #A14C18
Complementary color
Monochromatic Colors of #A14C18
Black with #A14C18
Text Example
Text Example
White with #A14C18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A14C18; }
p { color: rgb(161,76,24); }
H1.HeaderClassName
{
color: #A14C18;
}
.AnyTagClassName
{
color: #A14C18;
}
</style>
background-color css
<style>
a { background-color: #A14C18; }
a { background-color: rgb(161,76,24); }
div.DivClassName
{
background-color: #A14C18;
}
.BgClassName
{
background-color: #A14C18;
}
</style>
border-color css
<style>
span { border-color: #A14C18; }
span { border-color: rgb(161,76,24); }
td.TdClassName
{
border-color: #A14C18;
}
.TagClassName
{
border-color: #A14C18;
}
</style>