Shades of Rich Gold #A14718
Tints of Rich Gold #A14718
RGB
CMYK
RGB Variations
Color information
#A14718 (or 0xA14718) is known color: Rich Gold. HEX triplet: A1, 47 and 18. RGB value is (161,71,24). Sum of RGB (Red+Green+Blue) = 161+71+24=256 (33% of max value = 765). Red value is 161 (63.28% from 255 or 62.89% from 256); Green value is 71 (28.12% from 255 or 27.73% from 256); Blue value is 24 (9.77% from 255 or 9.38% from 256); Max value from RGB is 161 - color contains mainly: red. Hex color #A14718 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A14718 is #5EB8E7. Grayscale: #5C5C5C. Windows color (decimal): -6207720 or 1591201. OLE color: 1591201.
HSL color Cylindrical-coordinate representation of color #A14718: hue angle of 20.58º 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 #A14718 is Cyan = 0, Magento = 0.56, Yellow = 0.85 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 71 | 24 | - |
| CMYK | 0 | 0.56 | 0.85 | 0.37 |
| HSL | 20.58º | 0.74% | 0.36% | - |
| HSV(B) | 20.58º | 0.85% | 0.63% | - |
| XYZ | 17.12 | 12.15 | 2.31 | - |
| YUV | 92.55 | 89.32 | 176.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 71 | 24 | 0 | 0.56 | 0.85 | 0.37 | 20.58 | 0.74 | 0.36 |
| Hex | A1 | 47 | 18 | 0 | 38 | 55 | 25 | 15 | 4A | 24 |
| Octal | 241 | 107 | 30 | 0 | 70 | 125 | 45 | 25 | 112 | 44 |
| Binary | 10100001 | 1000111 | 11000 | 0 | 111000 | 1010101 | 100101 | 10101 | 1001010 | 100100 |
Color Harmonies of #A14718
Complementary color
Monochromatic Colors of #A14718
Black with #A14718
Text Example
Text Example
White with #A14718
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A14718; }
p { color: rgb(161,71,24); }
H1.HeaderClassName
{
color: #A14718;
}
.AnyTagClassName
{
color: #A14718;
}
</style>
background-color css
<style>
a { background-color: #A14718; }
a { background-color: rgb(161,71,24); }
div.DivClassName
{
background-color: #A14718;
}
.BgClassName
{
background-color: #A14718;
}
</style>
border-color css
<style>
span { border-color: #A14718; }
span { border-color: rgb(161,71,24); }
td.TdClassName
{
border-color: #A14718;
}
.TagClassName
{
border-color: #A14718;
}
</style>