Shades of Tuscany #AA5E47
Tints of Tuscany #AA5E47
RGB
CMYK
RGB Variations
Color information
#AA5E47 (or 0xAA5E47) is known color: Tuscany. HEX triplet: AA, 5E and 47. RGB value is (170,94,71). Sum of RGB (Red+Green+Blue) = 170+94+71=335 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.75% from 335); Green value is 94 (37.11% from 255 or 28.06% from 335); Blue value is 71 (28.12% from 255 or 21.19% from 335); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5E47 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA5E47 is #55A1B8. Grayscale: #727272. Windows color (decimal): -5611961 or 4677290. OLE color: 4677290.
HSL color Cylindrical-coordinate representation of color #AA5E47: hue angle of 13.94º degrees, saturation: 0.41, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AA5E47 is Cyan = 0, Magento = 0.45, Yellow = 0.58 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 94 | 71 | - |
| CMYK | 0 | 0.45 | 0.58 | 0.33 |
| HSL | 13.94º | 0.41% | 0.47% | - |
| HSV(B) | 13.94º | 0.58% | 0.67% | - |
| XYZ | 21.72 | 17.01 | 8.1 | - |
| YUV | 114.1 | 103.68 | 167.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 94 | 71 | 0 | 0.45 | 0.58 | 0.33 | 13.94 | 0.41 | 0.47 |
| Hex | AA | 5E | 47 | 0 | 2D | 3A | 21 | E | 29 | 2F |
| Octal | 252 | 136 | 107 | 0 | 55 | 72 | 41 | 16 | 51 | 57 |
| Binary | 10101010 | 1011110 | 1000111 | 0 | 101101 | 111010 | 100001 | 1110 | 101001 | 101111 |
Color Harmonies of #AA5E47
Complementary color
Monochromatic Colors of #AA5E47
Black with #AA5E47
Text Example
Text Example
White with #AA5E47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5E47; }
p { color: rgb(170,94,71); }
H1.HeaderClassName
{
color: #AA5E47;
}
.AnyTagClassName
{
color: #AA5E47;
}
</style>
background-color css
<style>
a { background-color: #AA5E47; }
a { background-color: rgb(170,94,71); }
div.DivClassName
{
background-color: #AA5E47;
}
.BgClassName
{
background-color: #AA5E47;
}
</style>
border-color css
<style>
span { border-color: #AA5E47; }
span { border-color: rgb(170,94,71); }
td.TdClassName
{
border-color: #AA5E47;
}
.TagClassName
{
border-color: #AA5E47;
}
</style>