Shades of Tuscany #AA6747
Tints of Tuscany #AA6747
RGB
CMYK
RGB Variations
Color information
#AA6747 (or 0xAA6747) is known color: Tuscany. HEX triplet: AA, 67 and 47. RGB value is (170,103,71). Sum of RGB (Red+Green+Blue) = 170+103+71=344 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.42% from 344); Green value is 103 (40.62% from 255 or 29.94% from 344); Blue value is 71 (28.12% from 255 or 20.64% from 344); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6747 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA6747 is #5598B8. Grayscale: #777777. Windows color (decimal): -5609657 or 4679594. OLE color: 4679594.
HSL color Cylindrical-coordinate representation of color #AA6747: hue angle of 19.39º degrees, saturation: 0.41, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AA6747 is Cyan = 0, Magento = 0.39, Yellow = 0.58 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 103 | 71 | - |
| CMYK | 0 | 0.39 | 0.58 | 0.33 |
| HSL | 19.39º | 0.41% | 0.47% | - |
| HSV(B) | 19.39º | 0.58% | 0.67% | - |
| XYZ | 22.57 | 18.7 | 8.38 | - |
| YUV | 119.39 | 100.7 | 164.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 103 | 71 | 0 | 0.39 | 0.58 | 0.33 | 19.39 | 0.41 | 0.47 |
| Hex | AA | 67 | 47 | 0 | 27 | 3A | 21 | 13 | 29 | 2F |
| Octal | 252 | 147 | 107 | 0 | 47 | 72 | 41 | 23 | 51 | 57 |
| Binary | 10101010 | 1100111 | 1000111 | 0 | 100111 | 111010 | 100001 | 10011 | 101001 | 101111 |
Color Harmonies of #AA6747
Complementary color
Monochromatic Colors of #AA6747
Black with #AA6747
Text Example
Text Example
White with #AA6747
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6747; }
p { color: rgb(170,103,71); }
H1.HeaderClassName
{
color: #AA6747;
}
.AnyTagClassName
{
color: #AA6747;
}
</style>
background-color css
<style>
a { background-color: #AA6747; }
a { background-color: rgb(170,103,71); }
div.DivClassName
{
background-color: #AA6747;
}
.BgClassName
{
background-color: #AA6747;
}
</style>
border-color css
<style>
span { border-color: #AA6747; }
span { border-color: rgb(170,103,71); }
td.TdClassName
{
border-color: #AA6747;
}
.TagClassName
{
border-color: #AA6747;
}
</style>