Shades of Tuscany #AE593E
Tints of Tuscany #AE593E
RGB
CMYK
RGB Variations
Color information
#AE593E (or 0xAE593E) is known color: Tuscany. HEX triplet: AE, 59 and 3E. RGB value is (174,89,62). Sum of RGB (Red+Green+Blue) = 174+89+62=325 (43% of max value = 765). Red value is 174 (68.36% from 255 or 53.54% from 325); Green value is 89 (35.16% from 255 or 27.38% from 325); Blue value is 62 (24.61% from 255 or 19.08% from 325); Max value from RGB is 174 - color contains mainly: red. Hex color #AE593E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE593E is #51A6C1. Grayscale: #6F6F6F. Windows color (decimal): -5351106 or 4086190. OLE color: 4086190.
HSL color Cylindrical-coordinate representation of color #AE593E: hue angle of 14.46º degrees, saturation: 0.47, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AE593E is Cyan = 0, Magento = 0.49, Yellow = 0.64 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 89 | 62 | - |
| CMYK | 0 | 0.49 | 0.64 | 0.32 |
| HSL | 14.46º | 0.47% | 0.46% | - |
| HSV(B) | 14.46º | 0.64% | 0.68% | - |
| XYZ | 21.9 | 16.49 | 6.59 | - |
| YUV | 111.34 | 100.16 | 172.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 89 | 62 | 0 | 0.49 | 0.64 | 0.32 | 14.46 | 0.47 | 0.46 |
| Hex | AE | 59 | 3E | 0 | 31 | 40 | 20 | E | 2F | 2E |
| Octal | 256 | 131 | 76 | 0 | 61 | 100 | 40 | 16 | 57 | 56 |
| Binary | 10101110 | 1011001 | 111110 | 0 | 110001 | 1000000 | 100000 | 1110 | 101111 | 101110 |
Color Harmonies of #AE593E
Complementary color
Monochromatic Colors of #AE593E
Black with #AE593E
Text Example
Text Example
White with #AE593E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE593E; }
p { color: rgb(174,89,62); }
H1.HeaderClassName
{
color: #AE593E;
}
.AnyTagClassName
{
color: #AE593E;
}
</style>
background-color css
<style>
a { background-color: #AE593E; }
a { background-color: rgb(174,89,62); }
div.DivClassName
{
background-color: #AE593E;
}
.BgClassName
{
background-color: #AE593E;
}
</style>
border-color css
<style>
span { border-color: #AE593E; }
span { border-color: rgb(174,89,62); }
td.TdClassName
{
border-color: #AE593E;
}
.TagClassName
{
border-color: #AE593E;
}
</style>