Shades of Tuscany #AA593F
Tints of Tuscany #AA593F
RGB
CMYK
RGB Variations
Color information
#AA593F (or 0xAA593F) is known color: Tuscany. HEX triplet: AA, 59 and 3F. RGB value is (170,89,63). Sum of RGB (Red+Green+Blue) = 170+89+63=322 (42% of max value = 765). Red value is 170 (66.80% from 255 or 52.80% from 322); Green value is 89 (35.16% from 255 or 27.64% from 322); Blue value is 63 (25% from 255 or 19.57% from 322); Max value from RGB is 170 - color contains mainly: red. Hex color #AA593F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA593F is #55A6C0. Grayscale: #6E6E6E. Windows color (decimal): -5613249 or 4151722. OLE color: 4151722.
HSL color Cylindrical-coordinate representation of color #AA593F: hue angle of 14.58º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AA593F is Cyan = 0, Magento = 0.48, Yellow = 0.63 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 89 | 63 | - |
| CMYK | 0 | 0.48 | 0.63 | 0.33 |
| HSL | 14.58º | 0.46% | 0.46% | - |
| HSV(B) | 14.58º | 0.63% | 0.67% | - |
| XYZ | 21.05 | 16.05 | 6.69 | - |
| YUV | 110.26 | 101.34 | 170.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 89 | 63 | 0 | 0.48 | 0.63 | 0.33 | 14.58 | 0.46 | 0.46 |
| Hex | AA | 59 | 3F | 0 | 30 | 3F | 21 | F | 2E | 2E |
| Octal | 252 | 131 | 77 | 0 | 60 | 77 | 41 | 17 | 56 | 56 |
| Binary | 10101010 | 1011001 | 111111 | 0 | 110000 | 111111 | 100001 | 1111 | 101110 | 101110 |
Color Harmonies of #AA593F
Complementary color
Monochromatic Colors of #AA593F
Black with #AA593F
Text Example
Text Example
White with #AA593F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA593F; }
p { color: rgb(170,89,63); }
H1.HeaderClassName
{
color: #AA593F;
}
.AnyTagClassName
{
color: #AA593F;
}
</style>
background-color css
<style>
a { background-color: #AA593F; }
a { background-color: rgb(170,89,63); }
div.DivClassName
{
background-color: #AA593F;
}
.BgClassName
{
background-color: #AA593F;
}
</style>
border-color css
<style>
span { border-color: #AA593F; }
span { border-color: rgb(170,89,63); }
td.TdClassName
{
border-color: #AA593F;
}
.TagClassName
{
border-color: #AA593F;
}
</style>