Shades of Rich Gold #A6461C
Tints of Rich Gold #A6461C
RGB
CMYK
RGB Variations
Color information
#A6461C (or 0xA6461C) is known color: Rich Gold. HEX triplet: A6, 46 and 1C. RGB value is (166,70,28). Sum of RGB (Red+Green+Blue) = 166+70+28=264 (34% of max value = 765). Red value is 166 (65.23% from 255 or 62.88% from 264); Green value is 70 (27.73% from 255 or 26.52% from 264); Blue value is 28 (11.33% from 255 or 10.61% from 264); Max value from RGB is 166 - color contains mainly: red. Hex color #A6461C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A6461C is #59B9E3. Grayscale: #5E5E5E. Windows color (decimal): -5880292 or 1853094. OLE color: 1853094.
HSL color Cylindrical-coordinate representation of color #A6461C: hue angle of 18.26º 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 #A6461C is Cyan = 0, Magento = 0.58, Yellow = 0.83 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 70 | 28 | - |
| CMYK | 0 | 0.58 | 0.83 | 0.35 |
| HSL | 18.26º | 0.71% | 0.38% | - |
| HSV(B) | 18.26º | 0.83% | 0.65% | - |
| XYZ | 18.13 | 12.57 | 2.57 | - |
| YUV | 93.92 | 90.8 | 179.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 70 | 28 | 0 | 0.58 | 0.83 | 0.35 | 18.26 | 0.71 | 0.38 |
| Hex | A6 | 46 | 1C | 0 | 3A | 53 | 23 | 12 | 47 | 26 |
| Octal | 246 | 106 | 34 | 0 | 72 | 123 | 43 | 22 | 107 | 46 |
| Binary | 10100110 | 1000110 | 11100 | 0 | 111010 | 1010011 | 100011 | 10010 | 1000111 | 100110 |
Color Harmonies of #A6461C
Complementary color
Monochromatic Colors of #A6461C
Black with #A6461C
Text Example
Text Example
White with #A6461C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6461C; }
p { color: rgb(166,70,28); }
H1.HeaderClassName
{
color: #A6461C;
}
.AnyTagClassName
{
color: #A6461C;
}
</style>
background-color css
<style>
a { background-color: #A6461C; }
a { background-color: rgb(166,70,28); }
div.DivClassName
{
background-color: #A6461C;
}
.BgClassName
{
background-color: #A6461C;
}
</style>
border-color css
<style>
span { border-color: #A6461C; }
span { border-color: rgb(166,70,28); }
td.TdClassName
{
border-color: #A6461C;
}
.TagClassName
{
border-color: #A6461C;
}
</style>