Shades of Rich Gold #A64D14
Tints of Rich Gold #A64D14
RGB
CMYK
RGB Variations
Color information
#A64D14 (or 0xA64D14) is known color: Rich Gold. HEX triplet: A6, 4D and 14. RGB value is (166,77,20). Sum of RGB (Red+Green+Blue) = 166+77+20=263 (34% of max value = 765). Red value is 166 (65.23% from 255 or 63.12% from 263); Green value is 77 (30.47% from 255 or 29.28% from 263); Blue value is 20 (8.20% from 255 or 7.60% from 263); Max value from RGB is 166 - color contains mainly: red. Hex color #A64D14 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A64D14 is #59B2EB. Grayscale: #616161. Windows color (decimal): -5878508 or 1330598. OLE color: 1330598.
HSL color Cylindrical-coordinate representation of color #A64D14: hue angle of 23.42º degrees, saturation: 0.78, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A64D14 is Cyan = 0, Magento = 0.54, Yellow = 0.88 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 77 | 20 | - |
| CMYK | 0 | 0.54 | 0.88 | 0.35 |
| HSL | 23.42º | 0.78% | 0.36% | - |
| HSV(B) | 23.42º | 0.88% | 0.65% | - |
| XYZ | 18.51 | 13.47 | 2.29 | - |
| YUV | 97.11 | 84.49 | 177.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 77 | 20 | 0 | 0.54 | 0.88 | 0.35 | 23.42 | 0.78 | 0.36 |
| Hex | A6 | 4D | 14 | 0 | 36 | 58 | 23 | 17 | 4E | 24 |
| Octal | 246 | 115 | 24 | 0 | 66 | 130 | 43 | 27 | 116 | 44 |
| Binary | 10100110 | 1001101 | 10100 | 0 | 110110 | 1011000 | 100011 | 10111 | 1001110 | 100100 |
Color Harmonies of #A64D14
Complementary color
Monochromatic Colors of #A64D14
Black with #A64D14
Text Example
Text Example
White with #A64D14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A64D14; }
p { color: rgb(166,77,20); }
H1.HeaderClassName
{
color: #A64D14;
}
.AnyTagClassName
{
color: #A64D14;
}
</style>
background-color css
<style>
a { background-color: #A64D14; }
a { background-color: rgb(166,77,20); }
div.DivClassName
{
background-color: #A64D14;
}
.BgClassName
{
background-color: #A64D14;
}
</style>
border-color css
<style>
span { border-color: #A64D14; }
span { border-color: rgb(166,77,20); }
td.TdClassName
{
border-color: #A64D14;
}
.TagClassName
{
border-color: #A64D14;
}
</style>