Shades of Tuscany #AA6741
Tints of Tuscany #AA6741
RGB
CMYK
RGB Variations
Color information
#AA6741 (or 0xAA6741) is known color: Tuscany. HEX triplet: AA, 67 and 41. RGB value is (170,103,65). Sum of RGB (Red+Green+Blue) = 170+103+65=338 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.30% from 338); Green value is 103 (40.62% from 255 or 30.47% from 338); Blue value is 65 (25.78% from 255 or 19.23% from 338); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6741 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA6741 is #5598BE. Grayscale: #767676. Windows color (decimal): -5609663 or 4286378. OLE color: 4286378.
HSL color Cylindrical-coordinate representation of color #AA6741: hue angle of 21.71º 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 #AA6741 is Cyan = 0, Magento = 0.39, Yellow = 0.62 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 103 | 65 | - |
| CMYK | 0 | 0.39 | 0.62 | 0.33 |
| HSL | 21.71º | 0.45% | 0.46% | - |
| HSV(B) | 21.71º | 0.62% | 0.67% | - |
| XYZ | 22.38 | 18.63 | 7.42 | - |
| YUV | 118.7 | 97.7 | 164.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 103 | 65 | 0 | 0.39 | 0.62 | 0.33 | 21.71 | 0.45 | 0.46 |
| Hex | AA | 67 | 41 | 0 | 27 | 3E | 21 | 16 | 2D | 2E |
| Octal | 252 | 147 | 101 | 0 | 47 | 76 | 41 | 26 | 55 | 56 |
| Binary | 10101010 | 1100111 | 1000001 | 0 | 100111 | 111110 | 100001 | 10110 | 101101 | 101110 |
Color Harmonies of #AA6741
Complementary color
Monochromatic Colors of #AA6741
Black with #AA6741
Text Example
Text Example
White with #AA6741
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6741; }
p { color: rgb(170,103,65); }
H1.HeaderClassName
{
color: #AA6741;
}
.AnyTagClassName
{
color: #AA6741;
}
</style>
background-color css
<style>
a { background-color: #AA6741; }
a { background-color: rgb(170,103,65); }
div.DivClassName
{
background-color: #AA6741;
}
.BgClassName
{
background-color: #AA6741;
}
</style>
border-color css
<style>
span { border-color: #AA6741; }
span { border-color: rgb(170,103,65); }
td.TdClassName
{
border-color: #AA6741;
}
.TagClassName
{
border-color: #AA6741;
}
</style>