Shades of Tuscany #AA6441
Tints of Tuscany #AA6441
RGB
CMYK
RGB Variations
Color information
#AA6441 (or 0xAA6441) is known color: Tuscany. HEX triplet: AA, 64 and 41. RGB value is (170,100,65). Sum of RGB (Red+Green+Blue) = 170+100+65=335 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.75% from 335); Green value is 100 (39.45% from 255 or 29.85% from 335); Blue value is 65 (25.78% from 255 or 19.40% from 335); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6441 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA6441 is #559BBE. Grayscale: #757575. Windows color (decimal): -5610431 or 4285610. OLE color: 4285610.
HSL color Cylindrical-coordinate representation of color #AA6441: hue angle of 20º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AA6441 is Cyan = 0, Magento = 0.41, Yellow = 0.62 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 100 | 65 | - |
| CMYK | 0 | 0.41 | 0.62 | 0.33 |
| HSL | 20º | 0.45% | 0.46% | - |
| HSV(B) | 20º | 0.62% | 0.67% | - |
| XYZ | 22.09 | 18.04 | 7.32 | - |
| YUV | 116.94 | 98.69 | 165.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 100 | 65 | 0 | 0.41 | 0.62 | 0.33 | 20 | 0.45 | 0.46 |
| Hex | AA | 64 | 41 | 0 | 29 | 3E | 21 | 14 | 2D | 2E |
| Octal | 252 | 144 | 101 | 0 | 51 | 76 | 41 | 24 | 55 | 56 |
| Binary | 10101010 | 1100100 | 1000001 | 0 | 101001 | 111110 | 100001 | 10100 | 101101 | 101110 |
Color Harmonies of #AA6441
Complementary color
Monochromatic Colors of #AA6441
Black with #AA6441
Text Example
Text Example
White with #AA6441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6441; }
p { color: rgb(170,100,65); }
H1.HeaderClassName
{
color: #AA6441;
}
.AnyTagClassName
{
color: #AA6441;
}
</style>
background-color css
<style>
a { background-color: #AA6441; }
a { background-color: rgb(170,100,65); }
div.DivClassName
{
background-color: #AA6441;
}
.BgClassName
{
background-color: #AA6441;
}
</style>
border-color css
<style>
span { border-color: #AA6441; }
span { border-color: rgb(170,100,65); }
td.TdClassName
{
border-color: #AA6441;
}
.TagClassName
{
border-color: #AA6441;
}
</style>