Shades of Rich Gold #A64518
Tints of Rich Gold #A64518
RGB
CMYK
RGB Variations
Color information
#A64518 (or 0xA64518) is known color: Rich Gold. HEX triplet: A6, 45 and 18. RGB value is (166,69,24). Sum of RGB (Red+Green+Blue) = 166+69+24=259 (34% of max value = 765). Red value is 166 (65.23% from 255 or 64.09% from 259); Green value is 69 (27.34% from 255 or 26.64% from 259); Blue value is 24 (9.77% from 255 or 9.27% from 259); Max value from RGB is 166 - color contains mainly: red. Hex color #A64518 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A64518 is #59BAE7. Grayscale: #5D5D5D. Windows color (decimal): -5880552 or 1590694. OLE color: 1590694.
HSL color Cylindrical-coordinate representation of color #A64518: hue angle of 19.01º 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 #A64518 is Cyan = 0, Magento = 0.58, Yellow = 0.86 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 69 | 24 | - |
| CMYK | 0 | 0.58 | 0.86 | 0.35 |
| HSL | 19.01º | 0.75% | 0.37% | - |
| HSV(B) | 19.01º | 0.86% | 0.65% | - |
| XYZ | 18.02 | 12.43 | 2.31 | - |
| YUV | 92.87 | 89.14 | 180.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 69 | 24 | 0 | 0.58 | 0.86 | 0.35 | 19.01 | 0.75 | 0.37 |
| Hex | A6 | 45 | 18 | 0 | 3A | 56 | 23 | 13 | 4B | 25 |
| Octal | 246 | 105 | 30 | 0 | 72 | 126 | 43 | 23 | 113 | 45 |
| Binary | 10100110 | 1000101 | 11000 | 0 | 111010 | 1010110 | 100011 | 10011 | 1001011 | 100101 |
Color Harmonies of #A64518
Complementary color
Monochromatic Colors of #A64518
Black with #A64518
Text Example
Text Example
White with #A64518
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A64518; }
p { color: rgb(166,69,24); }
H1.HeaderClassName
{
color: #A64518;
}
.AnyTagClassName
{
color: #A64518;
}
</style>
background-color css
<style>
a { background-color: #A64518; }
a { background-color: rgb(166,69,24); }
div.DivClassName
{
background-color: #A64518;
}
.BgClassName
{
background-color: #A64518;
}
</style>
border-color css
<style>
span { border-color: #A64518; }
span { border-color: rgb(166,69,24); }
td.TdClassName
{
border-color: #A64518;
}
.TagClassName
{
border-color: #A64518;
}
</style>