Shades of Tuscany #A66047
Tints of Tuscany #A66047
RGB
CMYK
RGB Variations
Color information
#A66047 (or 0xA66047) is known color: Tuscany. HEX triplet: A6, 60 and 47. RGB value is (166,96,71). Sum of RGB (Red+Green+Blue) = 166+96+71=333 (44% of max value = 765). Red value is 166 (65.23% from 255 or 49.85% from 333); Green value is 96 (37.89% from 255 or 28.83% from 333); Blue value is 71 (28.12% from 255 or 21.32% from 333); Max value from RGB is 166 - color contains mainly: red. Hex color #A66047 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A66047 is #599FB8. Grayscale: #727272. Windows color (decimal): -5873593 or 4677798. OLE color: 4677798.
HSL color Cylindrical-coordinate representation of color #A66047: hue angle of 15.79º degrees, saturation: 0.4, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A66047 is Cyan = 0, Magento = 0.42, Yellow = 0.57 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 96 | 71 | - |
| CMYK | 0 | 0.42 | 0.57 | 0.35 |
| HSL | 15.79º | 0.4% | 0.46% | - |
| HSV(B) | 15.79º | 0.57% | 0.65% | - |
| XYZ | 21.05 | 16.93 | 8.12 | - |
| YUV | 114.08 | 103.69 | 165.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 96 | 71 | 0 | 0.42 | 0.57 | 0.35 | 15.79 | 0.4 | 0.46 |
| Hex | A6 | 60 | 47 | 0 | 2A | 39 | 23 | 10 | 28 | 2E |
| Octal | 246 | 140 | 107 | 0 | 52 | 71 | 43 | 20 | 50 | 56 |
| Binary | 10100110 | 1100000 | 1000111 | 0 | 101010 | 111001 | 100011 | 10000 | 101000 | 101110 |
Color Harmonies of #A66047
Complementary color
Monochromatic Colors of #A66047
Black with #A66047
Text Example
Text Example
White with #A66047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A66047; }
p { color: rgb(166,96,71); }
H1.HeaderClassName
{
color: #A66047;
}
.AnyTagClassName
{
color: #A66047;
}
</style>
background-color css
<style>
a { background-color: #A66047; }
a { background-color: rgb(166,96,71); }
div.DivClassName
{
background-color: #A66047;
}
.BgClassName
{
background-color: #A66047;
}
</style>
border-color css
<style>
span { border-color: #A66047; }
span { border-color: rgb(166,96,71); }
td.TdClassName
{
border-color: #A66047;
}
.TagClassName
{
border-color: #A66047;
}
</style>