Shades of Rich Gold #A6571D
Tints of Rich Gold #A6571D
RGB
CMYK
RGB Variations
Color information
#A6571D (or 0xA6571D) is known color: Rich Gold. HEX triplet: A6, 57 and 1D. RGB value is (166,87,29). Sum of RGB (Red+Green+Blue) = 166+87+29=282 (37% of max value = 765). Red value is 166 (65.23% from 255 or 58.87% from 282); Green value is 87 (34.38% from 255 or 30.85% from 282); Blue value is 29 (11.72% from 255 or 10.28% from 282); Max value from RGB is 166 - color contains mainly: red. Hex color #A6571D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A6571D is #59A8E2. Grayscale: #686868. Windows color (decimal): -5875939 or 1922982. OLE color: 1922982.
HSL color Cylindrical-coordinate representation of color #A6571D: hue angle of 25.4º degrees, saturation: 0.7, 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 #A6571D is Cyan = 0, Magento = 0.48, Yellow = 0.83 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 87 | 29 | - |
| CMYK | 0 | 0.48 | 0.83 | 0.35 |
| HSL | 25.4º | 0.7% | 0.38% | - |
| HSV(B) | 25.4º | 0.83% | 0.65% | - |
| XYZ | 19.36 | 15.01 | 3.04 | - |
| YUV | 104.01 | 85.67 | 172.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 87 | 29 | 0 | 0.48 | 0.83 | 0.35 | 25.4 | 0.7 | 0.38 |
| Hex | A6 | 57 | 1D | 0 | 30 | 53 | 23 | 19 | 46 | 26 |
| Octal | 246 | 127 | 35 | 0 | 60 | 123 | 43 | 31 | 106 | 46 |
| Binary | 10100110 | 1010111 | 11101 | 0 | 110000 | 1010011 | 100011 | 11001 | 1000110 | 100110 |
Color Harmonies of #A6571D
Complementary color
Monochromatic Colors of #A6571D
Black with #A6571D
Text Example
Text Example
White with #A6571D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6571D; }
p { color: rgb(166,87,29); }
H1.HeaderClassName
{
color: #A6571D;
}
.AnyTagClassName
{
color: #A6571D;
}
</style>
background-color css
<style>
a { background-color: #A6571D; }
a { background-color: rgb(166,87,29); }
div.DivClassName
{
background-color: #A6571D;
}
.BgClassName
{
background-color: #A6571D;
}
</style>
border-color css
<style>
span { border-color: #A6571D; }
span { border-color: rgb(166,87,29); }
td.TdClassName
{
border-color: #A6571D;
}
.TagClassName
{
border-color: #A6571D;
}
</style>