Shades of Tuscany #AA6847
Tints of Tuscany #AA6847
RGB
CMYK
RGB Variations
Color information
#AA6847 (or 0xAA6847) is known color: Tuscany. HEX triplet: AA, 68 and 47. RGB value is (170,104,71). Sum of RGB (Red+Green+Blue) = 170+104+71=345 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.28% from 345); Green value is 104 (41.02% from 255 or 30.14% from 345); Blue value is 71 (28.12% from 255 or 20.58% from 345); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6847 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA6847 is #5597B8. Grayscale: #787878. Windows color (decimal): -5609401 or 4679850. OLE color: 4679850.
HSL color Cylindrical-coordinate representation of color #AA6847: hue angle of 20º 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 #AA6847 is Cyan = 0, Magento = 0.39, Yellow = 0.58 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 104 | 71 | - |
| CMYK | 0 | 0.39 | 0.58 | 0.33 |
| HSL | 20º | 0.41% | 0.47% | - |
| HSV(B) | 20º | 0.58% | 0.67% | - |
| XYZ | 22.67 | 18.9 | 8.42 | - |
| YUV | 119.97 | 100.37 | 163.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 104 | 71 | 0 | 0.39 | 0.58 | 0.33 | 20 | 0.41 | 0.47 |
| Hex | AA | 68 | 47 | 0 | 27 | 3A | 21 | 14 | 29 | 2F |
| Octal | 252 | 150 | 107 | 0 | 47 | 72 | 41 | 24 | 51 | 57 |
| Binary | 10101010 | 1101000 | 1000111 | 0 | 100111 | 111010 | 100001 | 10100 | 101001 | 101111 |
Color Harmonies of #AA6847
Complementary color
Monochromatic Colors of #AA6847
Black with #AA6847
Text Example
Text Example
White with #AA6847
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6847; }
p { color: rgb(170,104,71); }
H1.HeaderClassName
{
color: #AA6847;
}
.AnyTagClassName
{
color: #AA6847;
}
</style>
background-color css
<style>
a { background-color: #AA6847; }
a { background-color: rgb(170,104,71); }
div.DivClassName
{
background-color: #AA6847;
}
.BgClassName
{
background-color: #AA6847;
}
</style>
border-color css
<style>
span { border-color: #AA6847; }
span { border-color: rgb(170,104,71); }
td.TdClassName
{
border-color: #AA6847;
}
.TagClassName
{
border-color: #AA6847;
}
</style>