Shades of Tuscany #AA5D3C
Tints of Tuscany #AA5D3C
RGB
CMYK
RGB Variations
Color information
#AA5D3C (or 0xAA5D3C) is known color: Tuscany. HEX triplet: AA, 5D and 3C. RGB value is (170,93,60). Sum of RGB (Red+Green+Blue) = 170+93+60=323 (42% of max value = 765). Red value is 170 (66.80% from 255 or 52.63% from 323); Green value is 93 (36.72% from 255 or 28.79% from 323); Blue value is 60 (23.83% from 255 or 18.58% from 323); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5D3C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA5D3C is #55A2C3. Grayscale: #707070. Windows color (decimal): -5612228 or 3956138. OLE color: 3956138.
HSL color Cylindrical-coordinate representation of color #AA5D3C: hue angle of 18º 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 #AA5D3C is Cyan = 0, Magento = 0.45, Yellow = 0.65 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 93 | 60 | - |
| CMYK | 0 | 0.45 | 0.65 | 0.33 |
| HSL | 18º | 0.48% | 0.45% | - |
| HSV(B) | 18º | 0.65% | 0.67% | - |
| XYZ | 21.31 | 16.7 | 6.38 | - |
| YUV | 112.26 | 98.51 | 169.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 93 | 60 | 0 | 0.45 | 0.65 | 0.33 | 18 | 0.48 | 0.45 |
| Hex | AA | 5D | 3C | 0 | 2D | 41 | 21 | 12 | 30 | 2D |
| Octal | 252 | 135 | 74 | 0 | 55 | 101 | 41 | 22 | 60 | 55 |
| Binary | 10101010 | 1011101 | 111100 | 0 | 101101 | 1000001 | 100001 | 10010 | 110000 | 101101 |
Color Harmonies of #AA5D3C
Complementary color
Monochromatic Colors of #AA5D3C
Black with #AA5D3C
Text Example
Text Example
White with #AA5D3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5D3C; }
p { color: rgb(170,93,60); }
H1.HeaderClassName
{
color: #AA5D3C;
}
.AnyTagClassName
{
color: #AA5D3C;
}
</style>
background-color css
<style>
a { background-color: #AA5D3C; }
a { background-color: rgb(170,93,60); }
div.DivClassName
{
background-color: #AA5D3C;
}
.BgClassName
{
background-color: #AA5D3C;
}
</style>
border-color css
<style>
span { border-color: #AA5D3C; }
span { border-color: rgb(170,93,60); }
td.TdClassName
{
border-color: #AA5D3C;
}
.TagClassName
{
border-color: #AA5D3C;
}
</style>