Shades of Tuscany #AA6041
Tints of Tuscany #AA6041
RGB
CMYK
RGB Variations
Color information
#AA6041 (or 0xAA6041) is known color: Tuscany. HEX triplet: AA, 60 and 41. RGB value is (170,96,65). Sum of RGB (Red+Green+Blue) = 170+96+65=331 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.36% from 331); Green value is 96 (37.89% from 255 or 29.00% from 331); Blue value is 65 (25.78% from 255 or 19.64% from 331); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6041 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA6041 is #559FBE. Grayscale: #727272. Windows color (decimal): -5611455 or 4284586. OLE color: 4284586.
HSL color Cylindrical-coordinate representation of color #AA6041: hue angle of 17.71º 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 #AA6041 is Cyan = 0, Magento = 0.44, Yellow = 0.62 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 96 | 65 | - |
| CMYK | 0 | 0.44 | 0.62 | 0.33 |
| HSL | 17.71º | 0.45% | 0.46% | - |
| HSV(B) | 17.71º | 0.62% | 0.67% | - |
| XYZ | 21.71 | 17.29 | 7.19 | - |
| YUV | 114.59 | 100.02 | 167.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 96 | 65 | 0 | 0.44 | 0.62 | 0.33 | 17.71 | 0.45 | 0.46 |
| Hex | AA | 60 | 41 | 0 | 2C | 3E | 21 | 12 | 2D | 2E |
| Octal | 252 | 140 | 101 | 0 | 54 | 76 | 41 | 22 | 55 | 56 |
| Binary | 10101010 | 1100000 | 1000001 | 0 | 101100 | 111110 | 100001 | 10010 | 101101 | 101110 |
Color Harmonies of #AA6041
Complementary color
Monochromatic Colors of #AA6041
Black with #AA6041
Text Example
Text Example
White with #AA6041
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6041; }
p { color: rgb(170,96,65); }
H1.HeaderClassName
{
color: #AA6041;
}
.AnyTagClassName
{
color: #AA6041;
}
</style>
background-color css
<style>
a { background-color: #AA6041; }
a { background-color: rgb(170,96,65); }
div.DivClassName
{
background-color: #AA6041;
}
.BgClassName
{
background-color: #AA6041;
}
</style>
border-color css
<style>
span { border-color: #AA6041; }
span { border-color: rgb(170,96,65); }
td.TdClassName
{
border-color: #AA6041;
}
.TagClassName
{
border-color: #AA6041;
}
</style>