Shades of Tuscany #AA6449
Tints of Tuscany #AA6449
RGB
CMYK
RGB Variations
Color information
#AA6449 (or 0xAA6449) is known color: Tuscany. HEX triplet: AA, 64 and 49. RGB value is (170,100,73). Sum of RGB (Red+Green+Blue) = 170+100+73=343 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.56% from 343); Green value is 100 (39.45% from 255 or 29.15% from 343); Blue value is 73 (28.91% from 255 or 21.28% from 343); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6449 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA6449 is #559BB6. Grayscale: #767676. Windows color (decimal): -5610423 or 4809898. OLE color: 4809898.
HSL color Cylindrical-coordinate representation of color #AA6449: hue angle of 16.7º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AA6449 is Cyan = 0, Magento = 0.41, Yellow = 0.57 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 100 | 73 | - |
| CMYK | 0 | 0.41 | 0.57 | 0.33 |
| HSL | 16.7º | 0.4% | 0.48% | - |
| HSV(B) | 16.7º | 0.57% | 0.67% | - |
| XYZ | 22.34 | 18.14 | 8.63 | - |
| YUV | 117.85 | 102.69 | 165.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 100 | 73 | 0 | 0.41 | 0.57 | 0.33 | 16.7 | 0.4 | 0.48 |
| Hex | AA | 64 | 49 | 0 | 29 | 39 | 21 | 11 | 28 | 30 |
| Octal | 252 | 144 | 111 | 0 | 51 | 71 | 41 | 21 | 50 | 60 |
| Binary | 10101010 | 1100100 | 1001001 | 0 | 101001 | 111001 | 100001 | 10001 | 101000 | 110000 |
Color Harmonies of #AA6449
Complementary color
Monochromatic Colors of #AA6449
Black with #AA6449
Text Example
Text Example
White with #AA6449
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6449; }
p { color: rgb(170,100,73); }
H1.HeaderClassName
{
color: #AA6449;
}
.AnyTagClassName
{
color: #AA6449;
}
</style>
background-color css
<style>
a { background-color: #AA6449; }
a { background-color: rgb(170,100,73); }
div.DivClassName
{
background-color: #AA6449;
}
.BgClassName
{
background-color: #AA6449;
}
</style>
border-color css
<style>
span { border-color: #AA6449; }
span { border-color: rgb(170,100,73); }
td.TdClassName
{
border-color: #AA6449;
}
.TagClassName
{
border-color: #AA6449;
}
</style>