Shades of Tuscany #AA6844
Tints of Tuscany #AA6844
RGB
CMYK
RGB Variations
Color information
#AA6844 (or 0xAA6844) is known color: Tuscany. HEX triplet: AA, 68 and 44. RGB value is (170,104,68). Sum of RGB (Red+Green+Blue) = 170+104+68=342 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.71% from 342); Green value is 104 (41.02% from 255 or 30.41% from 342); Blue value is 68 (26.95% from 255 or 19.88% from 342); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6844 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA6844 is #5597BB. Grayscale: #777777. Windows color (decimal): -5609404 or 4483242. OLE color: 4483242.
HSL color Cylindrical-coordinate representation of color #AA6844: hue angle of 21.18º 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 #AA6844 is Cyan = 0, Magento = 0.39, Yellow = 0.6 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 104 | 68 | - |
| CMYK | 0 | 0.39 | 0.6 | 0.33 |
| HSL | 21.18º | 0.43% | 0.47% | - |
| HSV(B) | 21.18º | 0.6% | 0.67% | - |
| XYZ | 22.57 | 18.86 | 7.92 | - |
| YUV | 119.63 | 98.87 | 163.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 104 | 68 | 0 | 0.39 | 0.6 | 0.33 | 21.18 | 0.43 | 0.47 |
| Hex | AA | 68 | 44 | 0 | 27 | 3C | 21 | 15 | 2B | 2F |
| Octal | 252 | 150 | 104 | 0 | 47 | 74 | 41 | 25 | 53 | 57 |
| Binary | 10101010 | 1101000 | 1000100 | 0 | 100111 | 111100 | 100001 | 10101 | 101011 | 101111 |
Color Harmonies of #AA6844
Complementary color
Monochromatic Colors of #AA6844
Black with #AA6844
Text Example
Text Example
White with #AA6844
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6844; }
p { color: rgb(170,104,68); }
H1.HeaderClassName
{
color: #AA6844;
}
.AnyTagClassName
{
color: #AA6844;
}
</style>
background-color css
<style>
a { background-color: #AA6844; }
a { background-color: rgb(170,104,68); }
div.DivClassName
{
background-color: #AA6844;
}
.BgClassName
{
background-color: #AA6844;
}
</style>
border-color css
<style>
span { border-color: #AA6844; }
span { border-color: rgb(170,104,68); }
td.TdClassName
{
border-color: #AA6844;
}
.TagClassName
{
border-color: #AA6844;
}
</style>