Shades of Tuscany #AA5E43
Tints of Tuscany #AA5E43
RGB
CMYK
RGB Variations
Color information
#AA5E43 (or 0xAA5E43) is known color: Tuscany. HEX triplet: AA, 5E and 43. RGB value is (170,94,67). Sum of RGB (Red+Green+Blue) = 170+94+67=331 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.36% from 331); Green value is 94 (37.11% from 255 or 28.40% from 331); Blue value is 67 (26.56% from 255 or 20.24% from 331); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5E43 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA5E43 is #55A1BC. Grayscale: #717171. Windows color (decimal): -5611965 or 4415146. OLE color: 4415146.
HSL color Cylindrical-coordinate representation of color #AA5E43: hue angle of 15.73º degrees, saturation: 0.43, 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 #AA5E43 is Cyan = 0, Magento = 0.45, Yellow = 0.61 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 94 | 67 | - |
| CMYK | 0 | 0.45 | 0.61 | 0.33 |
| HSL | 15.73º | 0.43% | 0.46% | - |
| HSV(B) | 15.73º | 0.61% | 0.67% | - |
| XYZ | 21.59 | 16.96 | 7.45 | - |
| YUV | 113.65 | 101.68 | 168.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 94 | 67 | 0 | 0.45 | 0.61 | 0.33 | 15.73 | 0.43 | 0.46 |
| Hex | AA | 5E | 43 | 0 | 2D | 3D | 21 | 10 | 2B | 2E |
| Octal | 252 | 136 | 103 | 0 | 55 | 75 | 41 | 20 | 53 | 56 |
| Binary | 10101010 | 1011110 | 1000011 | 0 | 101101 | 111101 | 100001 | 10000 | 101011 | 101110 |
Color Harmonies of #AA5E43
Complementary color
Monochromatic Colors of #AA5E43
Black with #AA5E43
Text Example
Text Example
White with #AA5E43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5E43; }
p { color: rgb(170,94,67); }
H1.HeaderClassName
{
color: #AA5E43;
}
.AnyTagClassName
{
color: #AA5E43;
}
</style>
background-color css
<style>
a { background-color: #AA5E43; }
a { background-color: rgb(170,94,67); }
div.DivClassName
{
background-color: #AA5E43;
}
.BgClassName
{
background-color: #AA5E43;
}
</style>
border-color css
<style>
span { border-color: #AA5E43; }
span { border-color: rgb(170,94,67); }
td.TdClassName
{
border-color: #AA5E43;
}
.TagClassName
{
border-color: #AA5E43;
}
</style>