Shades of Tuscany #AA6641
Tints of Tuscany #AA6641
RGB
CMYK
RGB Variations
Color information
#AA6641 (or 0xAA6641) is known color: Tuscany. HEX triplet: AA, 66 and 41. RGB value is (170,102,65). Sum of RGB (Red+Green+Blue) = 170+102+65=337 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.45% from 337); Green value is 102 (40.23% from 255 or 30.27% from 337); Blue value is 65 (25.78% from 255 or 19.29% from 337); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6641 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA6641 is #5599BE. Grayscale: #767676. Windows color (decimal): -5609919 or 4286122. OLE color: 4286122.
HSL color Cylindrical-coordinate representation of color #AA6641: hue angle of 21.14º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AA6641 is Cyan = 0, Magento = 0.4, Yellow = 0.62 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 102 | 65 | - |
| CMYK | 0 | 0.4 | 0.62 | 0.33 |
| HSL | 21.14º | 0.45% | 0.46% | - |
| HSV(B) | 21.14º | 0.62% | 0.67% | - |
| XYZ | 22.28 | 18.43 | 7.38 | - |
| YUV | 118.11 | 98.03 | 165.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 102 | 65 | 0 | 0.4 | 0.62 | 0.33 | 21.14 | 0.45 | 0.46 |
| Hex | AA | 66 | 41 | 0 | 28 | 3E | 21 | 15 | 2D | 2E |
| Octal | 252 | 146 | 101 | 0 | 50 | 76 | 41 | 25 | 55 | 56 |
| Binary | 10101010 | 1100110 | 1000001 | 0 | 101000 | 111110 | 100001 | 10101 | 101101 | 101110 |
Color Harmonies of #AA6641
Complementary color
Monochromatic Colors of #AA6641
Black with #AA6641
Text Example
Text Example
White with #AA6641
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6641; }
p { color: rgb(170,102,65); }
H1.HeaderClassName
{
color: #AA6641;
}
.AnyTagClassName
{
color: #AA6641;
}
</style>
background-color css
<style>
a { background-color: #AA6641; }
a { background-color: rgb(170,102,65); }
div.DivClassName
{
background-color: #AA6641;
}
.BgClassName
{
background-color: #AA6641;
}
</style>
border-color css
<style>
span { border-color: #AA6641; }
span { border-color: rgb(170,102,65); }
td.TdClassName
{
border-color: #AA6641;
}
.TagClassName
{
border-color: #AA6641;
}
</style>