Shades of Tuscany #A66946
Tints of Tuscany #A66946
RGB
CMYK
RGB Variations
Color information
#A66946 (or 0xA66946) is known color: Tuscany. HEX triplet: A6, 69 and 46. RGB value is (166,105,70). Sum of RGB (Red+Green+Blue) = 166+105+70=341 (45% of max value = 765). Red value is 166 (65.23% from 255 or 48.68% from 341); Green value is 105 (41.41% from 255 or 30.79% from 341); Blue value is 70 (27.73% from 255 or 20.53% from 341); Max value from RGB is 166 - color contains mainly: red. Hex color #A66946 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A66946 is #5996B9. Grayscale: #777777. Windows color (decimal): -5871290 or 4614566. OLE color: 4614566.
HSL color Cylindrical-coordinate representation of color #A66946: hue angle of 21.88º 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 #A66946 is Cyan = 0, Magento = 0.37, Yellow = 0.58 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 105 | 70 | - |
| CMYK | 0 | 0.37 | 0.58 | 0.35 |
| HSL | 21.88º | 0.41% | 0.46% | - |
| HSV(B) | 21.88º | 0.58% | 0.65% | - |
| XYZ | 21.88 | 18.65 | 8.24 | - |
| YUV | 119.25 | 100.21 | 161.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 105 | 70 | 0 | 0.37 | 0.58 | 0.35 | 21.88 | 0.41 | 0.46 |
| Hex | A6 | 69 | 46 | 0 | 25 | 3A | 23 | 16 | 29 | 2E |
| Octal | 246 | 151 | 106 | 0 | 45 | 72 | 43 | 26 | 51 | 56 |
| Binary | 10100110 | 1101001 | 1000110 | 0 | 100101 | 111010 | 100011 | 10110 | 101001 | 101110 |
Color Harmonies of #A66946
Complementary color
Monochromatic Colors of #A66946
Black with #A66946
Text Example
Text Example
White with #A66946
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A66946; }
p { color: rgb(166,105,70); }
H1.HeaderClassName
{
color: #A66946;
}
.AnyTagClassName
{
color: #A66946;
}
</style>
background-color css
<style>
a { background-color: #A66946; }
a { background-color: rgb(166,105,70); }
div.DivClassName
{
background-color: #A66946;
}
.BgClassName
{
background-color: #A66946;
}
</style>
border-color css
<style>
span { border-color: #A66946; }
span { border-color: rgb(166,105,70); }
td.TdClassName
{
border-color: #A66946;
}
.TagClassName
{
border-color: #A66946;
}
</style>