Shades of Tuscany #AA5E3E
Tints of Tuscany #AA5E3E
RGB
CMYK
RGB Variations
Color information
#AA5E3E (or 0xAA5E3E) is known color: Tuscany. HEX triplet: AA, 5E and 3E. RGB value is (170,94,62). Sum of RGB (Red+Green+Blue) = 170+94+62=326 (43% of max value = 765). Red value is 170 (66.80% from 255 or 52.15% from 326); Green value is 94 (37.11% from 255 or 28.83% from 326); Blue value is 62 (24.61% from 255 or 19.02% from 326); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5E3E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA5E3E is #55A1C1. Grayscale: #717171. Windows color (decimal): -5611970 or 4087466. OLE color: 4087466.
HSL color Cylindrical-coordinate representation of color #AA5E3E: hue angle of 17.78º degrees, saturation: 0.47, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AA5E3E is Cyan = 0, Magento = 0.45, Yellow = 0.64 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 94 | 62 | - |
| CMYK | 0 | 0.45 | 0.64 | 0.33 |
| HSL | 17.78º | 0.47% | 0.45% | - |
| HSV(B) | 17.78º | 0.64% | 0.67% | - |
| XYZ | 21.45 | 16.9 | 6.69 | - |
| YUV | 113.08 | 99.18 | 168.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 94 | 62 | 0 | 0.45 | 0.64 | 0.33 | 17.78 | 0.47 | 0.45 |
| Hex | AA | 5E | 3E | 0 | 2D | 40 | 21 | 12 | 2F | 2D |
| Octal | 252 | 136 | 76 | 0 | 55 | 100 | 41 | 22 | 57 | 55 |
| Binary | 10101010 | 1011110 | 111110 | 0 | 101101 | 1000000 | 100001 | 10010 | 101111 | 101101 |
Color Harmonies of #AA5E3E
Complementary color
Monochromatic Colors of #AA5E3E
Black with #AA5E3E
Text Example
Text Example
White with #AA5E3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5E3E; }
p { color: rgb(170,94,62); }
H1.HeaderClassName
{
color: #AA5E3E;
}
.AnyTagClassName
{
color: #AA5E3E;
}
</style>
background-color css
<style>
a { background-color: #AA5E3E; }
a { background-color: rgb(170,94,62); }
div.DivClassName
{
background-color: #AA5E3E;
}
.BgClassName
{
background-color: #AA5E3E;
}
</style>
border-color css
<style>
span { border-color: #AA5E3E; }
span { border-color: rgb(170,94,62); }
td.TdClassName
{
border-color: #AA5E3E;
}
.TagClassName
{
border-color: #AA5E3E;
}
</style>