Shades of Tuscany #AA5D40
Tints of Tuscany #AA5D40
RGB
CMYK
RGB Variations
Color information
#AA5D40 (or 0xAA5D40) is known color: Tuscany. HEX triplet: AA, 5D and 40. RGB value is (170,93,64). Sum of RGB (Red+Green+Blue) = 170+93+64=327 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.99% from 327); Green value is 93 (36.72% from 255 or 28.44% from 327); Blue value is 64 (25.39% from 255 or 19.57% from 327); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5D40 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA5D40 is #55A2BF. Grayscale: #707070. Windows color (decimal): -5612224 or 4218282. OLE color: 4218282.
HSL color Cylindrical-coordinate representation of color #AA5D40: hue angle of 16.42º 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 #AA5D40 is Cyan = 0, Magento = 0.45, Yellow = 0.62 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 93 | 64 | - |
| CMYK | 0 | 0.45 | 0.62 | 0.33 |
| HSL | 16.42º | 0.45% | 0.46% | - |
| HSV(B) | 16.42º | 0.62% | 0.67% | - |
| XYZ | 21.42 | 16.74 | 6.95 | - |
| YUV | 112.72 | 100.51 | 168.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 93 | 64 | 0 | 0.45 | 0.62 | 0.33 | 16.42 | 0.45 | 0.46 |
| Hex | AA | 5D | 40 | 0 | 2D | 3E | 21 | 10 | 2D | 2E |
| Octal | 252 | 135 | 100 | 0 | 55 | 76 | 41 | 20 | 55 | 56 |
| Binary | 10101010 | 1011101 | 1000000 | 0 | 101101 | 111110 | 100001 | 10000 | 101101 | 101110 |
Color Harmonies of #AA5D40
Complementary color
Monochromatic Colors of #AA5D40
Black with #AA5D40
Text Example
Text Example
White with #AA5D40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5D40; }
p { color: rgb(170,93,64); }
H1.HeaderClassName
{
color: #AA5D40;
}
.AnyTagClassName
{
color: #AA5D40;
}
</style>
background-color css
<style>
a { background-color: #AA5D40; }
a { background-color: rgb(170,93,64); }
div.DivClassName
{
background-color: #AA5D40;
}
.BgClassName
{
background-color: #AA5D40;
}
</style>
border-color css
<style>
span { border-color: #AA5D40; }
span { border-color: rgb(170,93,64); }
td.TdClassName
{
border-color: #AA5D40;
}
.TagClassName
{
border-color: #AA5D40;
}
</style>