Shades of Tuscany #AA603B
Tints of Tuscany #AA603B
RGB
CMYK
RGB Variations
Color information
#AA603B (or 0xAA603B) is known color: Tuscany. HEX triplet: AA, 60 and 3B. RGB value is (170,96,59). Sum of RGB (Red+Green+Blue) = 170+96+59=325 (43% of max value = 765). Red value is 170 (66.80% from 255 or 52.31% from 325); Green value is 96 (37.89% from 255 or 29.54% from 325); Blue value is 59 (23.44% from 255 or 18.15% from 325); Max value from RGB is 170 - color contains mainly: red. Hex color #AA603B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA603B is #559FC4. Grayscale: #727272. Windows color (decimal): -5611461 or 3891370. OLE color: 3891370.
HSL color Cylindrical-coordinate representation of color #AA603B: hue angle of 20º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AA603B is Cyan = 0, Magento = 0.44, Yellow = 0.65 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 96 | 59 | - |
| CMYK | 0 | 0.44 | 0.65 | 0.33 |
| HSL | 20º | 0.48% | 0.45% | - |
| HSV(B) | 20º | 0.65% | 0.67% | - |
| XYZ | 21.55 | 17.23 | 6.33 | - |
| YUV | 113.91 | 97.02 | 168.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 96 | 59 | 0 | 0.44 | 0.65 | 0.33 | 20 | 0.48 | 0.45 |
| Hex | AA | 60 | 3B | 0 | 2C | 41 | 21 | 14 | 30 | 2D |
| Octal | 252 | 140 | 73 | 0 | 54 | 101 | 41 | 24 | 60 | 55 |
| Binary | 10101010 | 1100000 | 111011 | 0 | 101100 | 1000001 | 100001 | 10100 | 110000 | 101101 |
Color Harmonies of #AA603B
Complementary color
Monochromatic Colors of #AA603B
Black with #AA603B
Text Example
Text Example
White with #AA603B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA603B; }
p { color: rgb(170,96,59); }
H1.HeaderClassName
{
color: #AA603B;
}
.AnyTagClassName
{
color: #AA603B;
}
</style>
background-color css
<style>
a { background-color: #AA603B; }
a { background-color: rgb(170,96,59); }
div.DivClassName
{
background-color: #AA603B;
}
.BgClassName
{
background-color: #AA603B;
}
</style>
border-color css
<style>
span { border-color: #AA603B; }
span { border-color: rgb(170,96,59); }
td.TdClassName
{
border-color: #AA603B;
}
.TagClassName
{
border-color: #AA603B;
}
</style>