Shades of Rich Gold #A64A16
Tints of Rich Gold #A64A16
RGB
CMYK
RGB Variations
Color information
#A64A16 (or 0xA64A16) is known color: Rich Gold. HEX triplet: A6, 4A and 16. RGB value is (166,74,22). Sum of RGB (Red+Green+Blue) = 166+74+22=262 (34% of max value = 765). Red value is 166 (65.23% from 255 or 63.36% from 262); Green value is 74 (29.30% from 255 or 28.24% from 262); Blue value is 22 (8.98% from 255 or 8.40% from 262); Max value from RGB is 166 - color contains mainly: red. Hex color #A64A16 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A64A16 is #59B5E9. Grayscale: #5F5F5F. Windows color (decimal): -5879274 or 1460902. OLE color: 1460902.
HSL color Cylindrical-coordinate representation of color #A64A16: hue angle of 21.67º degrees, saturation: 0.77, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A64A16 is Cyan = 0, Magento = 0.55, Yellow = 0.87 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 74 | 22 | - |
| CMYK | 0 | 0.55 | 0.87 | 0.35 |
| HSL | 21.67º | 0.77% | 0.37% | - |
| HSV(B) | 21.67º | 0.87% | 0.65% | - |
| XYZ | 18.32 | 13.06 | 2.31 | - |
| YUV | 95.58 | 86.48 | 178.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 74 | 22 | 0 | 0.55 | 0.87 | 0.35 | 21.67 | 0.77 | 0.37 |
| Hex | A6 | 4A | 16 | 0 | 37 | 57 | 23 | 16 | 4D | 25 |
| Octal | 246 | 112 | 26 | 0 | 67 | 127 | 43 | 26 | 115 | 45 |
| Binary | 10100110 | 1001010 | 10110 | 0 | 110111 | 1010111 | 100011 | 10110 | 1001101 | 100101 |
Color Harmonies of #A64A16
Complementary color
Monochromatic Colors of #A64A16
Black with #A64A16
Text Example
Text Example
White with #A64A16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A64A16; }
p { color: rgb(166,74,22); }
H1.HeaderClassName
{
color: #A64A16;
}
.AnyTagClassName
{
color: #A64A16;
}
</style>
background-color css
<style>
a { background-color: #A64A16; }
a { background-color: rgb(166,74,22); }
div.DivClassName
{
background-color: #A64A16;
}
.BgClassName
{
background-color: #A64A16;
}
</style>
border-color css
<style>
span { border-color: #A64A16; }
span { border-color: rgb(166,74,22); }
td.TdClassName
{
border-color: #A64A16;
}
.TagClassName
{
border-color: #A64A16;
}
</style>