Shades of Tuscany #AA5940
Tints of Tuscany #AA5940
RGB
CMYK
RGB Variations
Color information
#AA5940 (or 0xAA5940) is known color: Tuscany. HEX triplet: AA, 59 and 40. RGB value is (170,89,64). Sum of RGB (Red+Green+Blue) = 170+89+64=323 (42% of max value = 765). Red value is 170 (66.80% from 255 or 52.63% from 323); Green value is 89 (35.16% from 255 or 27.55% from 323); Blue value is 64 (25.39% from 255 or 19.81% from 323); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5940 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA5940 is #55A6BF. Grayscale: #6E6E6E. Windows color (decimal): -5613248 or 4217258. OLE color: 4217258.
HSL color Cylindrical-coordinate representation of color #AA5940: hue angle of 14.15º 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 #AA5940 is Cyan = 0, Magento = 0.48, Yellow = 0.62 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 89 | 64 | - |
| CMYK | 0 | 0.48 | 0.62 | 0.33 |
| HSL | 14.15º | 0.45% | 0.46% | - |
| HSV(B) | 14.15º | 0.62% | 0.67% | - |
| XYZ | 21.08 | 16.06 | 6.84 | - |
| YUV | 110.37 | 101.84 | 170.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 89 | 64 | 0 | 0.48 | 0.62 | 0.33 | 14.15 | 0.45 | 0.46 |
| Hex | AA | 59 | 40 | 0 | 30 | 3E | 21 | E | 2D | 2E |
| Octal | 252 | 131 | 100 | 0 | 60 | 76 | 41 | 16 | 55 | 56 |
| Binary | 10101010 | 1011001 | 1000000 | 0 | 110000 | 111110 | 100001 | 1110 | 101101 | 101110 |
Color Harmonies of #AA5940
Complementary color
Monochromatic Colors of #AA5940
Black with #AA5940
Text Example
Text Example
White with #AA5940
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5940; }
p { color: rgb(170,89,64); }
H1.HeaderClassName
{
color: #AA5940;
}
.AnyTagClassName
{
color: #AA5940;
}
</style>
background-color css
<style>
a { background-color: #AA5940; }
a { background-color: rgb(170,89,64); }
div.DivClassName
{
background-color: #AA5940;
}
.BgClassName
{
background-color: #AA5940;
}
</style>
border-color css
<style>
span { border-color: #AA5940; }
span { border-color: rgb(170,89,64); }
td.TdClassName
{
border-color: #AA5940;
}
.TagClassName
{
border-color: #AA5940;
}
</style>