Shades of Rich Gold #A64A1C
Tints of Rich Gold #A64A1C
RGB
CMYK
RGB Variations
Color information
#A64A1C (or 0xA64A1C) is known color: Rich Gold. HEX triplet: A6, 4A and 1C. RGB value is (166,74,28). Sum of RGB (Red+Green+Blue) = 166+74+28=268 (35% of max value = 765). Red value is 166 (65.23% from 255 or 61.94% from 268); Green value is 74 (29.30% from 255 or 27.61% from 268); Blue value is 28 (11.33% from 255 or 10.45% from 268); Max value from RGB is 166 - color contains mainly: red. Hex color #A64A1C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A64A1C is #59B5E3. Grayscale: #606060. Windows color (decimal): -5879268 or 1854118. OLE color: 1854118.
HSL color Cylindrical-coordinate representation of color #A64A1C: hue angle of 20º 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 #A64A1C is Cyan = 0, Magento = 0.55, Yellow = 0.83 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 74 | 28 | - |
| CMYK | 0 | 0.55 | 0.83 | 0.35 |
| HSL | 20º | 0.71% | 0.38% | - |
| HSV(B) | 20º | 0.83% | 0.65% | - |
| XYZ | 18.38 | 13.09 | 2.66 | - |
| YUV | 96.26 | 89.48 | 177.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 74 | 28 | 0 | 0.55 | 0.83 | 0.35 | 20 | 0.71 | 0.38 |
| Hex | A6 | 4A | 1C | 0 | 37 | 53 | 23 | 14 | 47 | 26 |
| Octal | 246 | 112 | 34 | 0 | 67 | 123 | 43 | 24 | 107 | 46 |
| Binary | 10100110 | 1001010 | 11100 | 0 | 110111 | 1010011 | 100011 | 10100 | 1000111 | 100110 |
Color Harmonies of #A64A1C
Complementary color
Monochromatic Colors of #A64A1C
Black with #A64A1C
Text Example
Text Example
White with #A64A1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A64A1C; }
p { color: rgb(166,74,28); }
H1.HeaderClassName
{
color: #A64A1C;
}
.AnyTagClassName
{
color: #A64A1C;
}
</style>
background-color css
<style>
a { background-color: #A64A1C; }
a { background-color: rgb(166,74,28); }
div.DivClassName
{
background-color: #A64A1C;
}
.BgClassName
{
background-color: #A64A1C;
}
</style>
border-color css
<style>
span { border-color: #A64A1C; }
span { border-color: rgb(166,74,28); }
td.TdClassName
{
border-color: #A64A1C;
}
.TagClassName
{
border-color: #A64A1C;
}
</style>