Shades of Rich Gold #A64D1E
Tints of Rich Gold #A64D1E
RGB
CMYK
RGB Variations
Color information
#A64D1E (or 0xA64D1E) is known color: Rich Gold. HEX triplet: A6, 4D and 1E. RGB value is (166,77,30). Sum of RGB (Red+Green+Blue) = 166+77+30=273 (36% of max value = 765). Red value is 166 (65.23% from 255 or 60.81% from 273); Green value is 77 (30.47% from 255 or 28.21% from 273); Blue value is 30 (12.11% from 255 or 10.99% from 273); Max value from RGB is 166 - color contains mainly: red. Hex color #A64D1E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A64D1E is #59B2E1. Grayscale: #626262. Windows color (decimal): -5878498 or 1985958. OLE color: 1985958.
HSL color Cylindrical-coordinate representation of color #A64D1E: hue angle of 20.74º degrees, saturation: 0.69, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A64D1E is Cyan = 0, Magento = 0.54, Yellow = 0.82 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 77 | 30 | - |
| CMYK | 0 | 0.54 | 0.82 | 0.35 |
| HSL | 20.74º | 0.69% | 0.38% | - |
| HSV(B) | 20.74º | 0.82% | 0.65% | - |
| XYZ | 18.61 | 13.51 | 2.85 | - |
| YUV | 98.25 | 89.49 | 176.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 77 | 30 | 0 | 0.54 | 0.82 | 0.35 | 20.74 | 0.69 | 0.38 |
| Hex | A6 | 4D | 1E | 0 | 36 | 52 | 23 | 15 | 45 | 26 |
| Octal | 246 | 115 | 36 | 0 | 66 | 122 | 43 | 25 | 105 | 46 |
| Binary | 10100110 | 1001101 | 11110 | 0 | 110110 | 1010010 | 100011 | 10101 | 1000101 | 100110 |
Color Harmonies of #A64D1E
Complementary color
Monochromatic Colors of #A64D1E
Black with #A64D1E
Text Example
Text Example
White with #A64D1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A64D1E; }
p { color: rgb(166,77,30); }
H1.HeaderClassName
{
color: #A64D1E;
}
.AnyTagClassName
{
color: #A64D1E;
}
</style>
background-color css
<style>
a { background-color: #A64D1E; }
a { background-color: rgb(166,77,30); }
div.DivClassName
{
background-color: #A64D1E;
}
.BgClassName
{
background-color: #A64D1E;
}
</style>
border-color css
<style>
span { border-color: #A64D1E; }
span { border-color: rgb(166,77,30); }
td.TdClassName
{
border-color: #A64D1E;
}
.TagClassName
{
border-color: #A64D1E;
}
</style>