Shades of Tuscany #AA5E41
Tints of Tuscany #AA5E41
RGB
CMYK
RGB Variations
Color information
#AA5E41 (or 0xAA5E41) is known color: Tuscany. HEX triplet: AA, 5E and 41. RGB value is (170,94,65). Sum of RGB (Red+Green+Blue) = 170+94+65=329 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.67% from 329); Green value is 94 (37.11% from 255 or 28.57% from 329); Blue value is 65 (25.78% from 255 or 19.76% from 329); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5E41 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA5E41 is #55A1BE. Grayscale: #717171. Windows color (decimal): -5611967 or 4284074. OLE color: 4284074.
HSL color Cylindrical-coordinate representation of color #AA5E41: hue angle of 16.57º 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 #AA5E41 is Cyan = 0, Magento = 0.45, Yellow = 0.62 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 94 | 65 | - |
| CMYK | 0 | 0.45 | 0.62 | 0.33 |
| HSL | 16.57º | 0.45% | 0.46% | - |
| HSV(B) | 16.57º | 0.62% | 0.67% | - |
| XYZ | 21.53 | 16.93 | 7.13 | - |
| YUV | 113.42 | 100.68 | 168.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 94 | 65 | 0 | 0.45 | 0.62 | 0.33 | 16.57 | 0.45 | 0.46 |
| Hex | AA | 5E | 41 | 0 | 2D | 3E | 21 | 11 | 2D | 2E |
| Octal | 252 | 136 | 101 | 0 | 55 | 76 | 41 | 21 | 55 | 56 |
| Binary | 10101010 | 1011110 | 1000001 | 0 | 101101 | 111110 | 100001 | 10001 | 101101 | 101110 |
Color Harmonies of #AA5E41
Complementary color
Monochromatic Colors of #AA5E41
Black with #AA5E41
Text Example
Text Example
White with #AA5E41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5E41; }
p { color: rgb(170,94,65); }
H1.HeaderClassName
{
color: #AA5E41;
}
.AnyTagClassName
{
color: #AA5E41;
}
</style>
background-color css
<style>
a { background-color: #AA5E41; }
a { background-color: rgb(170,94,65); }
div.DivClassName
{
background-color: #AA5E41;
}
.BgClassName
{
background-color: #AA5E41;
}
</style>
border-color css
<style>
span { border-color: #AA5E41; }
span { border-color: rgb(170,94,65); }
td.TdClassName
{
border-color: #AA5E41;
}
.TagClassName
{
border-color: #AA5E41;
}
</style>