Shades of Tuscany #A66844
Tints of Tuscany #A66844
RGB
CMYK
RGB Variations
Color information
#A66844 (or 0xA66844) is known color: Tuscany. HEX triplet: A6, 68 and 44. RGB value is (166,104,68). Sum of RGB (Red+Green+Blue) = 166+104+68=338 (44% of max value = 765). Red value is 166 (65.23% from 255 or 49.11% from 338); Green value is 104 (41.02% from 255 or 30.77% from 338); Blue value is 68 (26.95% from 255 or 20.12% from 338); Max value from RGB is 166 - color contains mainly: red. Hex color #A66844 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A66844 is #5997BB. Grayscale: #767676. Windows color (decimal): -5871548 or 4483238. OLE color: 4483238.
HSL color Cylindrical-coordinate representation of color #A66844: hue angle of 22.04º degrees, saturation: 0.42, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A66844 is Cyan = 0, Magento = 0.37, Yellow = 0.59 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 104 | 68 | - |
| CMYK | 0 | 0.37 | 0.59 | 0.35 |
| HSL | 22.04º | 0.42% | 0.46% | - |
| HSV(B) | 22.04º | 0.59% | 0.65% | - |
| XYZ | 21.72 | 18.42 | 7.88 | - |
| YUV | 118.43 | 99.54 | 161.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 104 | 68 | 0 | 0.37 | 0.59 | 0.35 | 22.04 | 0.42 | 0.46 |
| Hex | A6 | 68 | 44 | 0 | 25 | 3B | 23 | 16 | 2A | 2E |
| Octal | 246 | 150 | 104 | 0 | 45 | 73 | 43 | 26 | 52 | 56 |
| Binary | 10100110 | 1101000 | 1000100 | 0 | 100101 | 111011 | 100011 | 10110 | 101010 | 101110 |
Color Harmonies of #A66844
Complementary color
Monochromatic Colors of #A66844
Black with #A66844
Text Example
Text Example
White with #A66844
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A66844; }
p { color: rgb(166,104,68); }
H1.HeaderClassName
{
color: #A66844;
}
.AnyTagClassName
{
color: #A66844;
}
</style>
background-color css
<style>
a { background-color: #A66844; }
a { background-color: rgb(166,104,68); }
div.DivClassName
{
background-color: #A66844;
}
.BgClassName
{
background-color: #A66844;
}
</style>
border-color css
<style>
span { border-color: #A66844; }
span { border-color: rgb(166,104,68); }
td.TdClassName
{
border-color: #A66844;
}
.TagClassName
{
border-color: #A66844;
}
</style>