Shades of Tuscany #A66644
Tints of Tuscany #A66644
RGB
CMYK
RGB Variations
Color information
#A66644 (or 0xA66644) is known color: Tuscany. HEX triplet: A6, 66 and 44. RGB value is (166,102,68). Sum of RGB (Red+Green+Blue) = 166+102+68=336 (44% of max value = 765). Red value is 166 (65.23% from 255 or 49.40% from 336); Green value is 102 (40.23% from 255 or 30.36% from 336); Blue value is 68 (26.95% from 255 or 20.24% from 336); Max value from RGB is 166 - color contains mainly: red. Hex color #A66644 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A66644 is #5999BB. Grayscale: #757575. Windows color (decimal): -5872060 or 4482726. OLE color: 4482726.
HSL color Cylindrical-coordinate representation of color #A66644: hue angle of 20.82º 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 #A66644 is Cyan = 0, Magento = 0.39, Yellow = 0.59 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 102 | 68 | - |
| CMYK | 0 | 0.39 | 0.59 | 0.35 |
| HSL | 20.82º | 0.42% | 0.46% | - |
| HSV(B) | 20.82º | 0.59% | 0.65% | - |
| XYZ | 21.52 | 18.03 | 7.81 | - |
| YUV | 117.26 | 100.2 | 162.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 102 | 68 | 0 | 0.39 | 0.59 | 0.35 | 20.82 | 0.42 | 0.46 |
| Hex | A6 | 66 | 44 | 0 | 27 | 3B | 23 | 15 | 2A | 2E |
| Octal | 246 | 146 | 104 | 0 | 47 | 73 | 43 | 25 | 52 | 56 |
| Binary | 10100110 | 1100110 | 1000100 | 0 | 100111 | 111011 | 100011 | 10101 | 101010 | 101110 |
Color Harmonies of #A66644
Complementary color
Monochromatic Colors of #A66644
Black with #A66644
Text Example
Text Example
White with #A66644
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A66644; }
p { color: rgb(166,102,68); }
H1.HeaderClassName
{
color: #A66644;
}
.AnyTagClassName
{
color: #A66644;
}
</style>
background-color css
<style>
a { background-color: #A66644; }
a { background-color: rgb(166,102,68); }
div.DivClassName
{
background-color: #A66644;
}
.BgClassName
{
background-color: #A66644;
}
</style>
border-color css
<style>
span { border-color: #A66644; }
span { border-color: rgb(166,102,68); }
td.TdClassName
{
border-color: #A66644;
}
.TagClassName
{
border-color: #A66644;
}
</style>