Shades of Rich Gold #A14C17
Tints of Rich Gold #A14C17
RGB
CMYK
RGB Variations
Color information
#A14C17 (or 0xA14C17) is known color: Rich Gold. HEX triplet: A1, 4C and 17. RGB value is (161,76,23). Sum of RGB (Red+Green+Blue) = 161+76+23=260 (34% of max value = 765). Red value is 161 (63.28% from 255 or 61.92% from 260); Green value is 76 (30.08% from 255 or 29.23% from 260); Blue value is 23 (9.38% from 255 or 8.85% from 260); Max value from RGB is 161 - color contains mainly: red. Hex color #A14C17 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A14C17 is #5EB3E8. Grayscale: #5F5F5F. Windows color (decimal): -6206441 or 1526945. OLE color: 1526945.
HSL color Cylindrical-coordinate representation of color #A14C17: hue angle of 23.04º degrees, saturation: 0.75, 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 #A14C17 is Cyan = 0, Magento = 0.53, Yellow = 0.86 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 76 | 23 | - |
| CMYK | 0 | 0.53 | 0.86 | 0.37 |
| HSL | 23.04º | 0.75% | 0.36% | - |
| HSV(B) | 23.04º | 0.86% | 0.63% | - |
| XYZ | 17.44 | 12.81 | 2.36 | - |
| YUV | 95.37 | 87.16 | 174.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 76 | 23 | 0 | 0.53 | 0.86 | 0.37 | 23.04 | 0.75 | 0.36 |
| Hex | A1 | 4C | 17 | 0 | 35 | 56 | 25 | 17 | 4B | 24 |
| Octal | 241 | 114 | 27 | 0 | 65 | 126 | 45 | 27 | 113 | 44 |
| Binary | 10100001 | 1001100 | 10111 | 0 | 110101 | 1010110 | 100101 | 10111 | 1001011 | 100100 |
Color Harmonies of #A14C17
Complementary color
Monochromatic Colors of #A14C17
Black with #A14C17
Text Example
Text Example
White with #A14C17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A14C17; }
p { color: rgb(161,76,23); }
H1.HeaderClassName
{
color: #A14C17;
}
.AnyTagClassName
{
color: #A14C17;
}
</style>
background-color css
<style>
a { background-color: #A14C17; }
a { background-color: rgb(161,76,23); }
div.DivClassName
{
background-color: #A14C17;
}
.BgClassName
{
background-color: #A14C17;
}
</style>
border-color css
<style>
span { border-color: #A14C17; }
span { border-color: rgb(161,76,23); }
td.TdClassName
{
border-color: #A14C17;
}
.TagClassName
{
border-color: #A14C17;
}
</style>