Shades of Tuscany #A66744
Tints of Tuscany #A66744
RGB
CMYK
RGB Variations
Color information
#A66744 (or 0xA66744) is known color: Tuscany. HEX triplet: A6, 67 and 44. RGB value is (166,103,68). Sum of RGB (Red+Green+Blue) = 166+103+68=337 (44% of max value = 765). Red value is 166 (65.23% from 255 or 49.26% from 337); Green value is 103 (40.62% from 255 or 30.56% from 337); Blue value is 68 (26.95% from 255 or 20.18% from 337); Max value from RGB is 166 - color contains mainly: red. Hex color #A66744 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A66744 is #5998BB. Grayscale: #767676. Windows color (decimal): -5871804 or 4482982. OLE color: 4482982.
HSL color Cylindrical-coordinate representation of color #A66744: hue angle of 21.43º 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 #A66744 is Cyan = 0, Magento = 0.38, Yellow = 0.59 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 103 | 68 | - |
| CMYK | 0 | 0.38 | 0.59 | 0.35 |
| HSL | 21.43º | 0.42% | 0.46% | - |
| HSV(B) | 21.43º | 0.59% | 0.65% | - |
| XYZ | 21.62 | 18.22 | 7.85 | - |
| YUV | 117.85 | 99.87 | 162.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 103 | 68 | 0 | 0.38 | 0.59 | 0.35 | 21.43 | 0.42 | 0.46 |
| Hex | A6 | 67 | 44 | 0 | 26 | 3B | 23 | 15 | 2A | 2E |
| Octal | 246 | 147 | 104 | 0 | 46 | 73 | 43 | 25 | 52 | 56 |
| Binary | 10100110 | 1100111 | 1000100 | 0 | 100110 | 111011 | 100011 | 10101 | 101010 | 101110 |
Color Harmonies of #A66744
Complementary color
Monochromatic Colors of #A66744
Black with #A66744
Text Example
Text Example
White with #A66744
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A66744; }
p { color: rgb(166,103,68); }
H1.HeaderClassName
{
color: #A66744;
}
.AnyTagClassName
{
color: #A66744;
}
</style>
background-color css
<style>
a { background-color: #A66744; }
a { background-color: rgb(166,103,68); }
div.DivClassName
{
background-color: #A66744;
}
.BgClassName
{
background-color: #A66744;
}
</style>
border-color css
<style>
span { border-color: #A66744; }
span { border-color: rgb(166,103,68); }
td.TdClassName
{
border-color: #A66744;
}
.TagClassName
{
border-color: #A66744;
}
</style>