Shades of Tuscany #AA5C44
Tints of Tuscany #AA5C44
RGB
CMYK
RGB Variations
Color information
#AA5C44 (or 0xAA5C44) is known color: Tuscany. HEX triplet: AA, 5C and 44. RGB value is (170,92,68). Sum of RGB (Red+Green+Blue) = 170+92+68=330 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.52% from 330); Green value is 92 (36.33% from 255 or 27.88% from 330); Blue value is 68 (26.95% from 255 or 20.61% from 330); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5C44 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA5C44 is #55A3BB. Grayscale: #707070. Windows color (decimal): -5612476 or 4480170. OLE color: 4480170.
HSL color Cylindrical-coordinate representation of color #AA5C44: hue angle of 14.12º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AA5C44 is Cyan = 0, Magento = 0.46, Yellow = 0.6 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 92 | 68 | - |
| CMYK | 0 | 0.46 | 0.6 | 0.33 |
| HSL | 14.12º | 0.43% | 0.47% | - |
| HSV(B) | 14.12º | 0.6% | 0.67% | - |
| XYZ | 21.45 | 16.62 | 7.55 | - |
| YUV | 112.59 | 102.84 | 168.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 92 | 68 | 0 | 0.46 | 0.6 | 0.33 | 14.12 | 0.43 | 0.47 |
| Hex | AA | 5C | 44 | 0 | 2E | 3C | 21 | E | 2B | 2F |
| Octal | 252 | 134 | 104 | 0 | 56 | 74 | 41 | 16 | 53 | 57 |
| Binary | 10101010 | 1011100 | 1000100 | 0 | 101110 | 111100 | 100001 | 1110 | 101011 | 101111 |
Color Harmonies of #AA5C44
Complementary color
Monochromatic Colors of #AA5C44
Black with #AA5C44
Text Example
Text Example
White with #AA5C44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5C44; }
p { color: rgb(170,92,68); }
H1.HeaderClassName
{
color: #AA5C44;
}
.AnyTagClassName
{
color: #AA5C44;
}
</style>
background-color css
<style>
a { background-color: #AA5C44; }
a { background-color: rgb(170,92,68); }
div.DivClassName
{
background-color: #AA5C44;
}
.BgClassName
{
background-color: #AA5C44;
}
</style>
border-color css
<style>
span { border-color: #AA5C44; }
span { border-color: rgb(170,92,68); }
td.TdClassName
{
border-color: #AA5C44;
}
.TagClassName
{
border-color: #AA5C44;
}
</style>