Shades of Rich Gold #A6471A
Tints of Rich Gold #A6471A
RGB
CMYK
RGB Variations
Color information
#A6471A (or 0xA6471A) is known color: Rich Gold. HEX triplet: A6, 47 and 1A. RGB value is (166,71,26). Sum of RGB (Red+Green+Blue) = 166+71+26=263 (34% of max value = 765). Red value is 166 (65.23% from 255 or 63.12% from 263); Green value is 71 (28.12% from 255 or 27.00% from 263); Blue value is 26 (10.55% from 255 or 9.89% from 263); Max value from RGB is 166 - color contains mainly: red. Hex color #A6471A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A6471A is #59B8E5. Grayscale: #5E5E5E. Windows color (decimal): -5880038 or 1722278. OLE color: 1722278.
HSL color Cylindrical-coordinate representation of color #A6471A: hue angle of 19.29º degrees, saturation: 0.73, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A6471A is Cyan = 0, Magento = 0.57, Yellow = 0.84 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 71 | 26 | - |
| CMYK | 0 | 0.57 | 0.84 | 0.35 |
| HSL | 19.29º | 0.73% | 0.38% | - |
| HSV(B) | 19.29º | 0.84% | 0.65% | - |
| XYZ | 18.17 | 12.69 | 2.47 | - |
| YUV | 94.28 | 89.47 | 179.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 71 | 26 | 0 | 0.57 | 0.84 | 0.35 | 19.29 | 0.73 | 0.38 |
| Hex | A6 | 47 | 1A | 0 | 39 | 54 | 23 | 13 | 49 | 26 |
| Octal | 246 | 107 | 32 | 0 | 71 | 124 | 43 | 23 | 111 | 46 |
| Binary | 10100110 | 1000111 | 11010 | 0 | 111001 | 1010100 | 100011 | 10011 | 1001001 | 100110 |
Color Harmonies of #A6471A
Complementary color
Monochromatic Colors of #A6471A
Black with #A6471A
Text Example
Text Example
White with #A6471A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6471A; }
p { color: rgb(166,71,26); }
H1.HeaderClassName
{
color: #A6471A;
}
.AnyTagClassName
{
color: #A6471A;
}
</style>
background-color css
<style>
a { background-color: #A6471A; }
a { background-color: rgb(166,71,26); }
div.DivClassName
{
background-color: #A6471A;
}
.BgClassName
{
background-color: #A6471A;
}
</style>
border-color css
<style>
span { border-color: #A6471A; }
span { border-color: rgb(166,71,26); }
td.TdClassName
{
border-color: #A6471A;
}
.TagClassName
{
border-color: #A6471A;
}
</style>