Shades of Rich Gold #A64D1C
Tints of Rich Gold #A64D1C
RGB
CMYK
RGB Variations
Color information
#A64D1C (or 0xA64D1C) is known color: Rich Gold. HEX triplet: A6, 4D and 1C. RGB value is (166,77,28). Sum of RGB (Red+Green+Blue) = 166+77+28=271 (35% of max value = 765). Red value is 166 (65.23% from 255 or 61.25% from 271); Green value is 77 (30.47% from 255 or 28.41% from 271); Blue value is 28 (11.33% from 255 or 10.33% from 271); Max value from RGB is 166 - color contains mainly: red. Hex color #A64D1C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A64D1C is #59B2E3. Grayscale: #626262. Windows color (decimal): -5878500 or 1854886. OLE color: 1854886.
HSL color Cylindrical-coordinate representation of color #A64D1C: hue angle of 21.3º degrees, saturation: 0.71, 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 #A64D1C is Cyan = 0, Magento = 0.54, Yellow = 0.83 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 77 | 28 | - |
| CMYK | 0 | 0.54 | 0.83 | 0.35 |
| HSL | 21.3º | 0.71% | 0.38% | - |
| HSV(B) | 21.3º | 0.83% | 0.65% | - |
| XYZ | 18.59 | 13.5 | 2.72 | - |
| YUV | 98.03 | 88.49 | 176.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 77 | 28 | 0 | 0.54 | 0.83 | 0.35 | 21.3 | 0.71 | 0.38 |
| Hex | A6 | 4D | 1C | 0 | 36 | 53 | 23 | 15 | 47 | 26 |
| Octal | 246 | 115 | 34 | 0 | 66 | 123 | 43 | 25 | 107 | 46 |
| Binary | 10100110 | 1001101 | 11100 | 0 | 110110 | 1010011 | 100011 | 10101 | 1000111 | 100110 |
Color Harmonies of #A64D1C
Complementary color
Monochromatic Colors of #A64D1C
Black with #A64D1C
Text Example
Text Example
White with #A64D1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A64D1C; }
p { color: rgb(166,77,28); }
H1.HeaderClassName
{
color: #A64D1C;
}
.AnyTagClassName
{
color: #A64D1C;
}
</style>
background-color css
<style>
a { background-color: #A64D1C; }
a { background-color: rgb(166,77,28); }
div.DivClassName
{
background-color: #A64D1C;
}
.BgClassName
{
background-color: #A64D1C;
}
</style>
border-color css
<style>
span { border-color: #A64D1C; }
span { border-color: rgb(166,77,28); }
td.TdClassName
{
border-color: #A64D1C;
}
.TagClassName
{
border-color: #A64D1C;
}
</style>