Shades of Tuscany #AA5C3D
Tints of Tuscany #AA5C3D
RGB
CMYK
RGB Variations
Color information
#AA5C3D (or 0xAA5C3D) is known color: Tuscany. HEX triplet: AA, 5C and 3D. RGB value is (170,92,61). Sum of RGB (Red+Green+Blue) = 170+92+61=323 (42% of max value = 765). Red value is 170 (66.80% from 255 or 52.63% from 323); Green value is 92 (36.33% from 255 or 28.48% from 323); Blue value is 61 (24.22% from 255 or 18.89% from 323); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5C3D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA5C3D is #55A3C2. Grayscale: #6F6F6F. Windows color (decimal): -5612483 or 4021418. OLE color: 4021418.
HSL color Cylindrical-coordinate representation of color #AA5C3D: hue angle of 17.06º 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 #AA5C3D is Cyan = 0, Magento = 0.46, Yellow = 0.64 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 92 | 61 | - |
| CMYK | 0 | 0.46 | 0.64 | 0.33 |
| HSL | 17.06º | 0.47% | 0.45% | - |
| HSV(B) | 17.06º | 0.64% | 0.67% | - |
| XYZ | 21.25 | 16.54 | 6.49 | - |
| YUV | 111.79 | 99.34 | 169.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 92 | 61 | 0 | 0.46 | 0.64 | 0.33 | 17.06 | 0.47 | 0.45 |
| Hex | AA | 5C | 3D | 0 | 2E | 40 | 21 | 11 | 2F | 2D |
| Octal | 252 | 134 | 75 | 0 | 56 | 100 | 41 | 21 | 57 | 55 |
| Binary | 10101010 | 1011100 | 111101 | 0 | 101110 | 1000000 | 100001 | 10001 | 101111 | 101101 |
Color Harmonies of #AA5C3D
Complementary color
Monochromatic Colors of #AA5C3D
Black with #AA5C3D
Text Example
Text Example
White with #AA5C3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5C3D; }
p { color: rgb(170,92,61); }
H1.HeaderClassName
{
color: #AA5C3D;
}
.AnyTagClassName
{
color: #AA5C3D;
}
</style>
background-color css
<style>
a { background-color: #AA5C3D; }
a { background-color: rgb(170,92,61); }
div.DivClassName
{
background-color: #AA5C3D;
}
.BgClassName
{
background-color: #AA5C3D;
}
</style>
border-color css
<style>
span { border-color: #AA5C3D; }
span { border-color: rgb(170,92,61); }
td.TdClassName
{
border-color: #AA5C3D;
}
.TagClassName
{
border-color: #AA5C3D;
}
</style>