Shades of Tuscany #AA6648
Tints of Tuscany #AA6648
RGB
CMYK
RGB Variations
Color information
#AA6648 (or 0xAA6648) is known color: Tuscany. HEX triplet: AA, 66 and 48. RGB value is (170,102,72). Sum of RGB (Red+Green+Blue) = 170+102+72=344 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.42% from 344); Green value is 102 (40.23% from 255 or 29.65% from 344); Blue value is 72 (28.52% from 255 or 20.93% from 344); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6648 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA6648 is #5599B7. Grayscale: #777777. Windows color (decimal): -5609912 or 4744874. OLE color: 4744874.
HSL color Cylindrical-coordinate representation of color #AA6648: hue angle of 18.37º degrees, saturation: 0.4, 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 #AA6648 is Cyan = 0, Magento = 0.4, Yellow = 0.58 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 102 | 72 | - |
| CMYK | 0 | 0.4 | 0.58 | 0.33 |
| HSL | 18.37º | 0.4% | 0.47% | - |
| HSV(B) | 18.37º | 0.58% | 0.67% | - |
| XYZ | 22.5 | 18.52 | 8.52 | - |
| YUV | 118.91 | 101.53 | 164.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 102 | 72 | 0 | 0.4 | 0.58 | 0.33 | 18.37 | 0.4 | 0.47 |
| Hex | AA | 66 | 48 | 0 | 28 | 3A | 21 | 12 | 28 | 2F |
| Octal | 252 | 146 | 110 | 0 | 50 | 72 | 41 | 22 | 50 | 57 |
| Binary | 10101010 | 1100110 | 1001000 | 0 | 101000 | 111010 | 100001 | 10010 | 101000 | 101111 |
Color Harmonies of #AA6648
Complementary color
Monochromatic Colors of #AA6648
Black with #AA6648
Text Example
Text Example
White with #AA6648
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6648; }
p { color: rgb(170,102,72); }
H1.HeaderClassName
{
color: #AA6648;
}
.AnyTagClassName
{
color: #AA6648;
}
</style>
background-color css
<style>
a { background-color: #AA6648; }
a { background-color: rgb(170,102,72); }
div.DivClassName
{
background-color: #AA6648;
}
.BgClassName
{
background-color: #AA6648;
}
</style>
border-color css
<style>
span { border-color: #AA6648; }
span { border-color: rgb(170,102,72); }
td.TdClassName
{
border-color: #AA6648;
}
.TagClassName
{
border-color: #AA6648;
}
</style>