Shades of Tuscany #AA5E42
Tints of Tuscany #AA5E42
RGB
CMYK
RGB Variations
Color information
#AA5E42 (or 0xAA5E42) is known color: Tuscany. HEX triplet: AA, 5E and 42. RGB value is (170,94,66). Sum of RGB (Red+Green+Blue) = 170+94+66=330 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.52% from 330); Green value is 94 (37.11% from 255 or 28.48% from 330); Blue value is 66 (26.17% from 255 or 20% from 330); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5E42 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA5E42 is #55A1BD. Grayscale: #717171. Windows color (decimal): -5611966 or 4349610. OLE color: 4349610.
HSL color Cylindrical-coordinate representation of color #AA5E42: hue angle of 16.15º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AA5E42 is Cyan = 0, Magento = 0.45, Yellow = 0.61 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 94 | 66 | - |
| CMYK | 0 | 0.45 | 0.61 | 0.33 |
| HSL | 16.15º | 0.44% | 0.46% | - |
| HSV(B) | 16.15º | 0.61% | 0.67% | - |
| XYZ | 21.56 | 16.94 | 7.29 | - |
| YUV | 113.53 | 101.18 | 168.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 94 | 66 | 0 | 0.45 | 0.61 | 0.33 | 16.15 | 0.44 | 0.46 |
| Hex | AA | 5E | 42 | 0 | 2D | 3D | 21 | 10 | 2C | 2E |
| Octal | 252 | 136 | 102 | 0 | 55 | 75 | 41 | 20 | 54 | 56 |
| Binary | 10101010 | 1011110 | 1000010 | 0 | 101101 | 111101 | 100001 | 10000 | 101100 | 101110 |
Color Harmonies of #AA5E42
Complementary color
Monochromatic Colors of #AA5E42
Black with #AA5E42
Text Example
Text Example
White with #AA5E42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5E42; }
p { color: rgb(170,94,66); }
H1.HeaderClassName
{
color: #AA5E42;
}
.AnyTagClassName
{
color: #AA5E42;
}
</style>
background-color css
<style>
a { background-color: #AA5E42; }
a { background-color: rgb(170,94,66); }
div.DivClassName
{
background-color: #AA5E42;
}
.BgClassName
{
background-color: #AA5E42;
}
</style>
border-color css
<style>
span { border-color: #AA5E42; }
span { border-color: rgb(170,94,66); }
td.TdClassName
{
border-color: #AA5E42;
}
.TagClassName
{
border-color: #AA5E42;
}
</style>