Shades of Tuscany #AA6549
Tints of Tuscany #AA6549
RGB
CMYK
RGB Variations
Color information
#AA6549 (or 0xAA6549) is known color: Tuscany. HEX triplet: AA, 65 and 49. RGB value is (170,101,73). Sum of RGB (Red+Green+Blue) = 170+101+73=344 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.42% from 344); Green value is 101 (39.84% from 255 or 29.36% from 344); Blue value is 73 (28.91% from 255 or 21.22% from 344); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6549 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA6549 is #559AB6. Grayscale: #767676. Windows color (decimal): -5610167 or 4810154. OLE color: 4810154.
HSL color Cylindrical-coordinate representation of color #AA6549: hue angle of 17.32º 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 #AA6549 is Cyan = 0, Magento = 0.41, Yellow = 0.57 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 101 | 73 | - |
| CMYK | 0 | 0.41 | 0.57 | 0.33 |
| HSL | 17.32º | 0.4% | 0.48% | - |
| HSV(B) | 17.32º | 0.57% | 0.67% | - |
| XYZ | 22.43 | 18.33 | 8.66 | - |
| YUV | 118.44 | 102.36 | 164.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 101 | 73 | 0 | 0.41 | 0.57 | 0.33 | 17.32 | 0.4 | 0.48 |
| Hex | AA | 65 | 49 | 0 | 29 | 39 | 21 | 11 | 28 | 30 |
| Octal | 252 | 145 | 111 | 0 | 51 | 71 | 41 | 21 | 50 | 60 |
| Binary | 10101010 | 1100101 | 1001001 | 0 | 101001 | 111001 | 100001 | 10001 | 101000 | 110000 |
Color Harmonies of #AA6549
Complementary color
Monochromatic Colors of #AA6549
Black with #AA6549
Text Example
Text Example
White with #AA6549
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6549; }
p { color: rgb(170,101,73); }
H1.HeaderClassName
{
color: #AA6549;
}
.AnyTagClassName
{
color: #AA6549;
}
</style>
background-color css
<style>
a { background-color: #AA6549; }
a { background-color: rgb(170,101,73); }
div.DivClassName
{
background-color: #AA6549;
}
.BgClassName
{
background-color: #AA6549;
}
</style>
border-color css
<style>
span { border-color: #AA6549; }
span { border-color: rgb(170,101,73); }
td.TdClassName
{
border-color: #AA6549;
}
.TagClassName
{
border-color: #AA6549;
}
</style>