Shades of Tuscany #AA6044
Tints of Tuscany #AA6044
RGB
CMYK
RGB Variations
Color information
#AA6044 (or 0xAA6044) is known color: Tuscany. HEX triplet: AA, 60 and 44. RGB value is (170,96,68). Sum of RGB (Red+Green+Blue) = 170+96+68=334 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.90% from 334); Green value is 96 (37.89% from 255 or 28.74% from 334); Blue value is 68 (26.95% from 255 or 20.36% from 334); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6044 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA6044 is #559FBB. Grayscale: #737373. Windows color (decimal): -5611452 or 4481194. OLE color: 4481194.
HSL color Cylindrical-coordinate representation of color #AA6044: hue angle of 16.47º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AA6044 is Cyan = 0, Magento = 0.44, Yellow = 0.6 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 96 | 68 | - |
| CMYK | 0 | 0.44 | 0.6 | 0.33 |
| HSL | 16.47º | 0.43% | 0.47% | - |
| HSV(B) | 16.47º | 0.6% | 0.67% | - |
| XYZ | 21.8 | 17.33 | 7.66 | - |
| YUV | 114.93 | 101.52 | 167.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 96 | 68 | 0 | 0.44 | 0.6 | 0.33 | 16.47 | 0.43 | 0.47 |
| Hex | AA | 60 | 44 | 0 | 2C | 3C | 21 | 10 | 2B | 2F |
| Octal | 252 | 140 | 104 | 0 | 54 | 74 | 41 | 20 | 53 | 57 |
| Binary | 10101010 | 1100000 | 1000100 | 0 | 101100 | 111100 | 100001 | 10000 | 101011 | 101111 |
Color Harmonies of #AA6044
Complementary color
Monochromatic Colors of #AA6044
Black with #AA6044
Text Example
Text Example
White with #AA6044
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6044; }
p { color: rgb(170,96,68); }
H1.HeaderClassName
{
color: #AA6044;
}
.AnyTagClassName
{
color: #AA6044;
}
</style>
background-color css
<style>
a { background-color: #AA6044; }
a { background-color: rgb(170,96,68); }
div.DivClassName
{
background-color: #AA6044;
}
.BgClassName
{
background-color: #AA6044;
}
</style>
border-color css
<style>
span { border-color: #AA6044; }
span { border-color: rgb(170,96,68); }
td.TdClassName
{
border-color: #AA6044;
}
.TagClassName
{
border-color: #AA6044;
}
</style>