Shades of Rich Gold #A6471B
Tints of Rich Gold #A6471B
RGB
CMYK
RGB Variations
Color information
#A6471B (or 0xA6471B) is known color: Rich Gold. HEX triplet: A6, 47 and 1B. RGB value is (166,71,27). Sum of RGB (Red+Green+Blue) = 166+71+27=264 (34% of max value = 765). Red value is 166 (65.23% from 255 or 62.88% from 264); Green value is 71 (28.12% from 255 or 26.89% from 264); Blue value is 27 (10.94% from 255 or 10.23% from 264); Max value from RGB is 166 - color contains mainly: red. Hex color #A6471B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A6471B is #59B8E4. Grayscale: #5E5E5E. Windows color (decimal): -5880037 or 1787814. OLE color: 1787814.
HSL color Cylindrical-coordinate representation of color #A6471B: hue angle of 18.99º degrees, saturation: 0.72, 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 #A6471B is Cyan = 0, Magento = 0.57, Yellow = 0.84 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 71 | 27 | - |
| CMYK | 0 | 0.57 | 0.84 | 0.35 |
| HSL | 18.99º | 0.72% | 0.38% | - |
| HSV(B) | 18.99º | 0.84% | 0.65% | - |
| XYZ | 18.18 | 12.69 | 2.53 | - |
| YUV | 94.39 | 89.97 | 179.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 71 | 27 | 0 | 0.57 | 0.84 | 0.35 | 18.99 | 0.72 | 0.38 |
| Hex | A6 | 47 | 1B | 0 | 39 | 54 | 23 | 13 | 48 | 26 |
| Octal | 246 | 107 | 33 | 0 | 71 | 124 | 43 | 23 | 110 | 46 |
| Binary | 10100110 | 1000111 | 11011 | 0 | 111001 | 1010100 | 100011 | 10011 | 1001000 | 100110 |
Color Harmonies of #A6471B
Complementary color
Monochromatic Colors of #A6471B
Black with #A6471B
Text Example
Text Example
White with #A6471B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6471B; }
p { color: rgb(166,71,27); }
H1.HeaderClassName
{
color: #A6471B;
}
.AnyTagClassName
{
color: #A6471B;
}
</style>
background-color css
<style>
a { background-color: #A6471B; }
a { background-color: rgb(166,71,27); }
div.DivClassName
{
background-color: #A6471B;
}
.BgClassName
{
background-color: #A6471B;
}
</style>
border-color css
<style>
span { border-color: #A6471B; }
span { border-color: rgb(166,71,27); }
td.TdClassName
{
border-color: #A6471B;
}
.TagClassName
{
border-color: #A6471B;
}
</style>