Shades of Rich Gold #A64A1D
Tints of Rich Gold #A64A1D
RGB
CMYK
RGB Variations
Color information
#A64A1D (or 0xA64A1D) is known color: Rich Gold. HEX triplet: A6, 4A and 1D. RGB value is (166,74,29). Sum of RGB (Red+Green+Blue) = 166+74+29=269 (35% of max value = 765). Red value is 166 (65.23% from 255 or 61.71% from 269); Green value is 74 (29.30% from 255 or 27.51% from 269); Blue value is 29 (11.72% from 255 or 10.78% from 269); Max value from RGB is 166 - color contains mainly: red. Hex color #A64A1D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A64A1D is #59B5E2. Grayscale: #606060. Windows color (decimal): -5879267 or 1919654. OLE color: 1919654.
HSL color Cylindrical-coordinate representation of color #A64A1D: hue angle of 19.71º degrees, saturation: 0.7, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A64A1D is Cyan = 0, Magento = 0.55, Yellow = 0.83 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 74 | 29 | - |
| CMYK | 0 | 0.55 | 0.83 | 0.35 |
| HSL | 19.71º | 0.7% | 0.38% | - |
| HSV(B) | 19.71º | 0.83% | 0.65% | - |
| XYZ | 18.4 | 13.09 | 2.72 | - |
| YUV | 96.38 | 89.98 | 177.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 74 | 29 | 0 | 0.55 | 0.83 | 0.35 | 19.71 | 0.7 | 0.38 |
| Hex | A6 | 4A | 1D | 0 | 37 | 53 | 23 | 14 | 46 | 26 |
| Octal | 246 | 112 | 35 | 0 | 67 | 123 | 43 | 24 | 106 | 46 |
| Binary | 10100110 | 1001010 | 11101 | 0 | 110111 | 1010011 | 100011 | 10100 | 1000110 | 100110 |
Color Harmonies of #A64A1D
Complementary color
Monochromatic Colors of #A64A1D
Black with #A64A1D
Text Example
Text Example
White with #A64A1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A64A1D; }
p { color: rgb(166,74,29); }
H1.HeaderClassName
{
color: #A64A1D;
}
.AnyTagClassName
{
color: #A64A1D;
}
</style>
background-color css
<style>
a { background-color: #A64A1D; }
a { background-color: rgb(166,74,29); }
div.DivClassName
{
background-color: #A64A1D;
}
.BgClassName
{
background-color: #A64A1D;
}
</style>
border-color css
<style>
span { border-color: #A64A1D; }
span { border-color: rgb(166,74,29); }
td.TdClassName
{
border-color: #A64A1D;
}
.TagClassName
{
border-color: #A64A1D;
}
</style>