Shades of Rich Gold #A64C20
Tints of Rich Gold #A64C20
RGB
CMYK
RGB Variations
Color information
#A64C20 (or 0xA64C20) is known color: Rich Gold. HEX triplet: A6, 4C and 20. RGB value is (166,76,32). Sum of RGB (Red+Green+Blue) = 166+76+32=274 (36% of max value = 765). Red value is 166 (65.23% from 255 or 60.58% from 274); Green value is 76 (30.08% from 255 or 27.74% from 274); Blue value is 32 (12.89% from 255 or 11.68% from 274); Max value from RGB is 166 - color contains mainly: red. Hex color #A64C20 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A64C20 is #59B3DF. Grayscale: #626262. Windows color (decimal): -5878752 or 2116774. OLE color: 2116774.
HSL color Cylindrical-coordinate representation of color #A64C20: hue angle of 19.7º degrees, saturation: 0.68, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A64C20 is Cyan = 0, Magento = 0.54, Yellow = 0.81 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 76 | 32 | - |
| CMYK | 0 | 0.54 | 0.81 | 0.35 |
| HSL | 19.7º | 0.68% | 0.39% | - |
| HSV(B) | 19.7º | 0.81% | 0.65% | - |
| XYZ | 18.57 | 13.38 | 2.97 | - |
| YUV | 97.89 | 90.82 | 176.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 76 | 32 | 0 | 0.54 | 0.81 | 0.35 | 19.7 | 0.68 | 0.39 |
| Hex | A6 | 4C | 20 | 0 | 36 | 51 | 23 | 14 | 44 | 27 |
| Octal | 246 | 114 | 40 | 0 | 66 | 121 | 43 | 24 | 104 | 47 |
| Binary | 10100110 | 1001100 | 100000 | 0 | 110110 | 1010001 | 100011 | 10100 | 1000100 | 100111 |
Color Harmonies of #A64C20
Complementary color
Monochromatic Colors of #A64C20
Black with #A64C20
Text Example
Text Example
White with #A64C20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A64C20; }
p { color: rgb(166,76,32); }
H1.HeaderClassName
{
color: #A64C20;
}
.AnyTagClassName
{
color: #A64C20;
}
</style>
background-color css
<style>
a { background-color: #A64C20; }
a { background-color: rgb(166,76,32); }
div.DivClassName
{
background-color: #A64C20;
}
.BgClassName
{
background-color: #A64C20;
}
</style>
border-color css
<style>
span { border-color: #A64C20; }
span { border-color: rgb(166,76,32); }
td.TdClassName
{
border-color: #A64C20;
}
.TagClassName
{
border-color: #A64C20;
}
</style>