Shades of Tuscany #AA5E40
Tints of Tuscany #AA5E40
RGB
CMYK
RGB Variations
Color information
#AA5E40 (or 0xAA5E40) is known color: Tuscany. HEX triplet: AA, 5E and 40. RGB value is (170,94,64). Sum of RGB (Red+Green+Blue) = 170+94+64=328 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.83% from 328); Green value is 94 (37.11% from 255 or 28.66% from 328); Blue value is 64 (25.39% from 255 or 19.51% from 328); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5E40 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA5E40 is #55A1BF. Grayscale: #717171. Windows color (decimal): -5611968 or 4218538. OLE color: 4218538.
HSL color Cylindrical-coordinate representation of color #AA5E40: hue angle of 16.98º 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 #AA5E40 is Cyan = 0, Magento = 0.45, Yellow = 0.62 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 94 | 64 | - |
| CMYK | 0 | 0.45 | 0.62 | 0.33 |
| HSL | 16.98º | 0.45% | 0.46% | - |
| HSV(B) | 16.98º | 0.62% | 0.67% | - |
| XYZ | 21.51 | 16.92 | 6.98 | - |
| YUV | 113.3 | 100.18 | 168.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 94 | 64 | 0 | 0.45 | 0.62 | 0.33 | 16.98 | 0.45 | 0.46 |
| Hex | AA | 5E | 40 | 0 | 2D | 3E | 21 | 11 | 2D | 2E |
| Octal | 252 | 136 | 100 | 0 | 55 | 76 | 41 | 21 | 55 | 56 |
| Binary | 10101010 | 1011110 | 1000000 | 0 | 101101 | 111110 | 100001 | 10001 | 101101 | 101110 |
Color Harmonies of #AA5E40
Complementary color
Monochromatic Colors of #AA5E40
Black with #AA5E40
Text Example
Text Example
White with #AA5E40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5E40; }
p { color: rgb(170,94,64); }
H1.HeaderClassName
{
color: #AA5E40;
}
.AnyTagClassName
{
color: #AA5E40;
}
</style>
background-color css
<style>
a { background-color: #AA5E40; }
a { background-color: rgb(170,94,64); }
div.DivClassName
{
background-color: #AA5E40;
}
.BgClassName
{
background-color: #AA5E40;
}
</style>
border-color css
<style>
span { border-color: #AA5E40; }
span { border-color: rgb(170,94,64); }
td.TdClassName
{
border-color: #AA5E40;
}
.TagClassName
{
border-color: #AA5E40;
}
</style>