Shades of Rich Gold #A6491C
Tints of Rich Gold #A6491C
RGB
CMYK
RGB Variations
Color information
#A6491C (or 0xA6491C) is known color: Rich Gold. HEX triplet: A6, 49 and 1C. RGB value is (166,73,28). Sum of RGB (Red+Green+Blue) = 166+73+28=267 (35% of max value = 765). Red value is 166 (65.23% from 255 or 62.17% from 267); Green value is 73 (28.91% from 255 or 27.34% from 267); Blue value is 28 (11.33% from 255 or 10.49% from 267); Max value from RGB is 166 - color contains mainly: red. Hex color #A6491C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A6491C is #59B6E3. Grayscale: #5F5F5F. Windows color (decimal): -5879524 or 1853862. OLE color: 1853862.
HSL color Cylindrical-coordinate representation of color #A6491C: hue angle of 19.57º 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 #A6491C is Cyan = 0, Magento = 0.56, Yellow = 0.83 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 73 | 28 | - |
| CMYK | 0 | 0.56 | 0.83 | 0.35 |
| HSL | 19.57º | 0.71% | 0.38% | - |
| HSV(B) | 19.57º | 0.83% | 0.65% | - |
| XYZ | 18.32 | 12.96 | 2.63 | - |
| YUV | 95.68 | 89.81 | 178.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 73 | 28 | 0 | 0.56 | 0.83 | 0.35 | 19.57 | 0.71 | 0.38 |
| Hex | A6 | 49 | 1C | 0 | 38 | 53 | 23 | 14 | 47 | 26 |
| Octal | 246 | 111 | 34 | 0 | 70 | 123 | 43 | 24 | 107 | 46 |
| Binary | 10100110 | 1001001 | 11100 | 0 | 111000 | 1010011 | 100011 | 10100 | 1000111 | 100110 |
Color Harmonies of #A6491C
Complementary color
Monochromatic Colors of #A6491C
Black with #A6491C
Text Example
Text Example
White with #A6491C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6491C; }
p { color: rgb(166,73,28); }
H1.HeaderClassName
{
color: #A6491C;
}
.AnyTagClassName
{
color: #A6491C;
}
</style>
background-color css
<style>
a { background-color: #A6491C; }
a { background-color: rgb(166,73,28); }
div.DivClassName
{
background-color: #A6491C;
}
.BgClassName
{
background-color: #A6491C;
}
</style>
border-color css
<style>
span { border-color: #A6491C; }
span { border-color: rgb(166,73,28); }
td.TdClassName
{
border-color: #A6491C;
}
.TagClassName
{
border-color: #A6491C;
}
</style>