Shades of Tuscany #AA5D47
Tints of Tuscany #AA5D47
RGB
CMYK
RGB Variations
Color information
#AA5D47 (or 0xAA5D47) is known color: Tuscany. HEX triplet: AA, 5D and 47. RGB value is (170,93,71). Sum of RGB (Red+Green+Blue) = 170+93+71=334 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.90% from 334); Green value is 93 (36.72% from 255 or 27.84% from 334); Blue value is 71 (28.12% from 255 or 21.26% from 334); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5D47 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA5D47 is #55A2B8. Grayscale: #717171. Windows color (decimal): -5612217 or 4677034. OLE color: 4677034.
HSL color Cylindrical-coordinate representation of color #AA5D47: hue angle of 13.33º 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 #AA5D47 is Cyan = 0, Magento = 0.45, Yellow = 0.58 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 93 | 71 | - |
| CMYK | 0 | 0.45 | 0.58 | 0.33 |
| HSL | 13.33º | 0.41% | 0.47% | - |
| HSV(B) | 13.33º | 0.58% | 0.67% | - |
| XYZ | 21.63 | 16.83 | 8.07 | - |
| YUV | 113.52 | 104.01 | 168.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 93 | 71 | 0 | 0.45 | 0.58 | 0.33 | 13.33 | 0.41 | 0.47 |
| Hex | AA | 5D | 47 | 0 | 2D | 3A | 21 | D | 29 | 2F |
| Octal | 252 | 135 | 107 | 0 | 55 | 72 | 41 | 15 | 51 | 57 |
| Binary | 10101010 | 1011101 | 1000111 | 0 | 101101 | 111010 | 100001 | 1101 | 101001 | 101111 |
Color Harmonies of #AA5D47
Complementary color
Monochromatic Colors of #AA5D47
Black with #AA5D47
Text Example
Text Example
White with #AA5D47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5D47; }
p { color: rgb(170,93,71); }
H1.HeaderClassName
{
color: #AA5D47;
}
.AnyTagClassName
{
color: #AA5D47;
}
</style>
background-color css
<style>
a { background-color: #AA5D47; }
a { background-color: rgb(170,93,71); }
div.DivClassName
{
background-color: #AA5D47;
}
.BgClassName
{
background-color: #AA5D47;
}
</style>
border-color css
<style>
span { border-color: #AA5D47; }
span { border-color: rgb(170,93,71); }
td.TdClassName
{
border-color: #AA5D47;
}
.TagClassName
{
border-color: #AA5D47;
}
</style>