Shades of Rich Gold #A64718
Tints of Rich Gold #A64718
RGB
CMYK
RGB Variations
Color information
#A64718 (or 0xA64718) is known color: Rich Gold. HEX triplet: A6, 47 and 18. RGB value is (166,71,24). Sum of RGB (Red+Green+Blue) = 166+71+24=261 (34% of max value = 765). Red value is 166 (65.23% from 255 or 63.60% from 261); Green value is 71 (28.12% from 255 or 27.20% from 261); Blue value is 24 (9.77% from 255 or 9.20% from 261); Max value from RGB is 166 - color contains mainly: red. Hex color #A64718 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A64718 is #59B8E7. Grayscale: #5E5E5E. Windows color (decimal): -5880040 or 1591206. OLE color: 1591206.
HSL color Cylindrical-coordinate representation of color #A64718: hue angle of 19.86º degrees, saturation: 0.75, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A64718 is Cyan = 0, Magento = 0.57, Yellow = 0.86 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 71 | 24 | - |
| CMYK | 0 | 0.57 | 0.86 | 0.35 |
| HSL | 19.86º | 0.75% | 0.37% | - |
| HSV(B) | 19.86º | 0.86% | 0.65% | - |
| XYZ | 18.14 | 12.68 | 2.36 | - |
| YUV | 94.05 | 88.47 | 179.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 71 | 24 | 0 | 0.57 | 0.86 | 0.35 | 19.86 | 0.75 | 0.37 |
| Hex | A6 | 47 | 18 | 0 | 39 | 56 | 23 | 14 | 4B | 25 |
| Octal | 246 | 107 | 30 | 0 | 71 | 126 | 43 | 24 | 113 | 45 |
| Binary | 10100110 | 1000111 | 11000 | 0 | 111001 | 1010110 | 100011 | 10100 | 1001011 | 100101 |
Color Harmonies of #A64718
Complementary color
Monochromatic Colors of #A64718
Black with #A64718
Text Example
Text Example
White with #A64718
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A64718; }
p { color: rgb(166,71,24); }
H1.HeaderClassName
{
color: #A64718;
}
.AnyTagClassName
{
color: #A64718;
}
</style>
background-color css
<style>
a { background-color: #A64718; }
a { background-color: rgb(166,71,24); }
div.DivClassName
{
background-color: #A64718;
}
.BgClassName
{
background-color: #A64718;
}
</style>
border-color css
<style>
span { border-color: #A64718; }
span { border-color: rgb(166,71,24); }
td.TdClassName
{
border-color: #A64718;
}
.TagClassName
{
border-color: #A64718;
}
</style>