Shades of Tuscany #AA5D41
Tints of Tuscany #AA5D41
RGB
CMYK
RGB Variations
Color information
#AA5D41 (or 0xAA5D41) is known color: Tuscany. HEX triplet: AA, 5D and 41. RGB value is (170,93,65). Sum of RGB (Red+Green+Blue) = 170+93+65=328 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.83% from 328); Green value is 93 (36.72% from 255 or 28.35% from 328); Blue value is 65 (25.78% from 255 or 19.82% from 328); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5D41 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA5D41 is #55A2BE. Grayscale: #717171. Windows color (decimal): -5612223 or 4283818. OLE color: 4283818.
HSL color Cylindrical-coordinate representation of color #AA5D41: hue angle of 16º 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 #AA5D41 is Cyan = 0, Magento = 0.45, Yellow = 0.62 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 93 | 65 | - |
| CMYK | 0 | 0.45 | 0.62 | 0.33 |
| HSL | 16º | 0.45% | 0.46% | - |
| HSV(B) | 16º | 0.62% | 0.67% | - |
| XYZ | 21.45 | 16.76 | 7.11 | - |
| YUV | 112.83 | 101.01 | 168.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 93 | 65 | 0 | 0.45 | 0.62 | 0.33 | 16 | 0.45 | 0.46 |
| Hex | AA | 5D | 41 | 0 | 2D | 3E | 21 | 10 | 2D | 2E |
| Octal | 252 | 135 | 101 | 0 | 55 | 76 | 41 | 20 | 55 | 56 |
| Binary | 10101010 | 1011101 | 1000001 | 0 | 101101 | 111110 | 100001 | 10000 | 101101 | 101110 |
Color Harmonies of #AA5D41
Complementary color
Monochromatic Colors of #AA5D41
Black with #AA5D41
Text Example
Text Example
White with #AA5D41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5D41; }
p { color: rgb(170,93,65); }
H1.HeaderClassName
{
color: #AA5D41;
}
.AnyTagClassName
{
color: #AA5D41;
}
</style>
background-color css
<style>
a { background-color: #AA5D41; }
a { background-color: rgb(170,93,65); }
div.DivClassName
{
background-color: #AA5D41;
}
.BgClassName
{
background-color: #AA5D41;
}
</style>
border-color css
<style>
span { border-color: #AA5D41; }
span { border-color: rgb(170,93,65); }
td.TdClassName
{
border-color: #AA5D41;
}
.TagClassName
{
border-color: #AA5D41;
}
</style>