Shades of Tuscany #AA5E3F
Tints of Tuscany #AA5E3F
RGB
CMYK
RGB Variations
Color information
#AA5E3F (or 0xAA5E3F) is known color: Tuscany. HEX triplet: AA, 5E and 3F. RGB value is (170,94,63). Sum of RGB (Red+Green+Blue) = 170+94+63=327 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.99% from 327); Green value is 94 (37.11% from 255 or 28.75% from 327); Blue value is 63 (25% from 255 or 19.27% from 327); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5E3F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA5E3F is #55A1C0. Grayscale: #717171. Windows color (decimal): -5611969 or 4153002. OLE color: 4153002.
HSL color Cylindrical-coordinate representation of color #AA5E3F: hue angle of 17.38º 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 #AA5E3F is Cyan = 0, Magento = 0.45, Yellow = 0.63 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 94 | 63 | - |
| CMYK | 0 | 0.45 | 0.63 | 0.33 |
| HSL | 17.38º | 0.46% | 0.46% | - |
| HSV(B) | 17.38º | 0.63% | 0.67% | - |
| XYZ | 21.48 | 16.91 | 6.83 | - |
| YUV | 113.19 | 99.68 | 168.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 94 | 63 | 0 | 0.45 | 0.63 | 0.33 | 17.38 | 0.46 | 0.46 |
| Hex | AA | 5E | 3F | 0 | 2D | 3F | 21 | 11 | 2E | 2E |
| Octal | 252 | 136 | 77 | 0 | 55 | 77 | 41 | 21 | 56 | 56 |
| Binary | 10101010 | 1011110 | 111111 | 0 | 101101 | 111111 | 100001 | 10001 | 101110 | 101110 |
Color Harmonies of #AA5E3F
Complementary color
Monochromatic Colors of #AA5E3F
Black with #AA5E3F
Text Example
Text Example
White with #AA5E3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5E3F; }
p { color: rgb(170,94,63); }
H1.HeaderClassName
{
color: #AA5E3F;
}
.AnyTagClassName
{
color: #AA5E3F;
}
</style>
background-color css
<style>
a { background-color: #AA5E3F; }
a { background-color: rgb(170,94,63); }
div.DivClassName
{
background-color: #AA5E3F;
}
.BgClassName
{
background-color: #AA5E3F;
}
</style>
border-color css
<style>
span { border-color: #AA5E3F; }
span { border-color: rgb(170,94,63); }
td.TdClassName
{
border-color: #AA5E3F;
}
.TagClassName
{
border-color: #AA5E3F;
}
</style>