Shades of Tuscany #AA5D3E
Tints of Tuscany #AA5D3E
RGB
CMYK
RGB Variations
Color information
#AA5D3E (or 0xAA5D3E) is known color: Tuscany. HEX triplet: AA, 5D and 3E. RGB value is (170,93,62). Sum of RGB (Red+Green+Blue) = 170+93+62=325 (43% of max value = 765). Red value is 170 (66.80% from 255 or 52.31% from 325); Green value is 93 (36.72% from 255 or 28.62% from 325); Blue value is 62 (24.61% from 255 or 19.08% from 325); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5D3E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA5D3E is #55A2C1. Grayscale: #707070. Windows color (decimal): -5612226 or 4087210. OLE color: 4087210.
HSL color Cylindrical-coordinate representation of color #AA5D3E: hue angle of 17.22º degrees, saturation: 0.47, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AA5D3E is Cyan = 0, Magento = 0.45, Yellow = 0.64 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 93 | 62 | - |
| CMYK | 0 | 0.45 | 0.64 | 0.33 |
| HSL | 17.22º | 0.47% | 0.45% | - |
| HSV(B) | 17.22º | 0.64% | 0.67% | - |
| XYZ | 21.36 | 16.72 | 6.66 | - |
| YUV | 112.49 | 99.51 | 169.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 93 | 62 | 0 | 0.45 | 0.64 | 0.33 | 17.22 | 0.47 | 0.45 |
| Hex | AA | 5D | 3E | 0 | 2D | 40 | 21 | 11 | 2F | 2D |
| Octal | 252 | 135 | 76 | 0 | 55 | 100 | 41 | 21 | 57 | 55 |
| Binary | 10101010 | 1011101 | 111110 | 0 | 101101 | 1000000 | 100001 | 10001 | 101111 | 101101 |
Color Harmonies of #AA5D3E
Complementary color
Monochromatic Colors of #AA5D3E
Black with #AA5D3E
Text Example
Text Example
White with #AA5D3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5D3E; }
p { color: rgb(170,93,62); }
H1.HeaderClassName
{
color: #AA5D3E;
}
.AnyTagClassName
{
color: #AA5D3E;
}
</style>
background-color css
<style>
a { background-color: #AA5D3E; }
a { background-color: rgb(170,93,62); }
div.DivClassName
{
background-color: #AA5D3E;
}
.BgClassName
{
background-color: #AA5D3E;
}
</style>
border-color css
<style>
span { border-color: #AA5D3E; }
span { border-color: rgb(170,93,62); }
td.TdClassName
{
border-color: #AA5D3E;
}
.TagClassName
{
border-color: #AA5D3E;
}
</style>