Shades of Tuscany #A66646
Tints of Tuscany #A66646
RGB
CMYK
RGB Variations
Color information
#A66646 (or 0xA66646) is known color: Tuscany. HEX triplet: A6, 66 and 46. RGB value is (166,102,70). Sum of RGB (Red+Green+Blue) = 166+102+70=338 (44% of max value = 765). Red value is 166 (65.23% from 255 or 49.11% from 338); Green value is 102 (40.23% from 255 or 30.18% from 338); Blue value is 70 (27.73% from 255 or 20.71% from 338); Max value from RGB is 166 - color contains mainly: red. Hex color #A66646 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A66646 is #5999B9. Grayscale: #757575. Windows color (decimal): -5872058 or 4613798. OLE color: 4613798.
HSL color Cylindrical-coordinate representation of color #A66646: hue angle of 20º degrees, saturation: 0.41, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A66646 is Cyan = 0, Magento = 0.39, Yellow = 0.58 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 102 | 70 | - |
| CMYK | 0 | 0.39 | 0.58 | 0.35 |
| HSL | 20º | 0.41% | 0.46% | - |
| HSV(B) | 20º | 0.58% | 0.65% | - |
| XYZ | 21.58 | 18.05 | 8.14 | - |
| YUV | 117.49 | 101.2 | 162.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 102 | 70 | 0 | 0.39 | 0.58 | 0.35 | 20 | 0.41 | 0.46 |
| Hex | A6 | 66 | 46 | 0 | 27 | 3A | 23 | 14 | 29 | 2E |
| Octal | 246 | 146 | 106 | 0 | 47 | 72 | 43 | 24 | 51 | 56 |
| Binary | 10100110 | 1100110 | 1000110 | 0 | 100111 | 111010 | 100011 | 10100 | 101001 | 101110 |
Color Harmonies of #A66646
Complementary color
Monochromatic Colors of #A66646
Black with #A66646
Text Example
Text Example
White with #A66646
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A66646; }
p { color: rgb(166,102,70); }
H1.HeaderClassName
{
color: #A66646;
}
.AnyTagClassName
{
color: #A66646;
}
</style>
background-color css
<style>
a { background-color: #A66646; }
a { background-color: rgb(166,102,70); }
div.DivClassName
{
background-color: #A66646;
}
.BgClassName
{
background-color: #A66646;
}
</style>
border-color css
<style>
span { border-color: #A66646; }
span { border-color: rgb(166,102,70); }
td.TdClassName
{
border-color: #A66646;
}
.TagClassName
{
border-color: #A66646;
}
</style>