Shades of Tuscany #AE593D
Tints of Tuscany #AE593D
RGB
CMYK
RGB Variations
Color information
#AE593D (or 0xAE593D) is known color: Tuscany. HEX triplet: AE, 59 and 3D. RGB value is (174,89,61). Sum of RGB (Red+Green+Blue) = 174+89+61=324 (42% of max value = 765). Red value is 174 (68.36% from 255 or 53.70% from 324); Green value is 89 (35.16% from 255 or 27.47% from 324); Blue value is 61 (24.22% from 255 or 18.83% from 324); Max value from RGB is 174 - color contains mainly: red. Hex color #AE593D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE593D is #51A6C2. Grayscale: #6F6F6F. Windows color (decimal): -5351107 or 4020654. OLE color: 4020654.
HSL color Cylindrical-coordinate representation of color #AE593D: hue angle of 14.87º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AE593D is Cyan = 0, Magento = 0.49, Yellow = 0.65 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 89 | 61 | - |
| CMYK | 0 | 0.49 | 0.65 | 0.32 |
| HSL | 14.87º | 0.48% | 0.46% | - |
| HSV(B) | 14.87º | 0.65% | 0.68% | - |
| XYZ | 21.87 | 16.48 | 6.44 | - |
| YUV | 111.22 | 99.66 | 172.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 89 | 61 | 0 | 0.49 | 0.65 | 0.32 | 14.87 | 0.48 | 0.46 |
| Hex | AE | 59 | 3D | 0 | 31 | 41 | 20 | F | 30 | 2E |
| Octal | 256 | 131 | 75 | 0 | 61 | 101 | 40 | 17 | 60 | 56 |
| Binary | 10101110 | 1011001 | 111101 | 0 | 110001 | 1000001 | 100000 | 1111 | 110000 | 101110 |
Color Harmonies of #AE593D
Complementary color
Monochromatic Colors of #AE593D
Black with #AE593D
Text Example
Text Example
White with #AE593D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE593D; }
p { color: rgb(174,89,61); }
H1.HeaderClassName
{
color: #AE593D;
}
.AnyTagClassName
{
color: #AE593D;
}
</style>
background-color css
<style>
a { background-color: #AE593D; }
a { background-color: rgb(174,89,61); }
div.DivClassName
{
background-color: #AE593D;
}
.BgClassName
{
background-color: #AE593D;
}
</style>
border-color css
<style>
span { border-color: #AE593D; }
span { border-color: rgb(174,89,61); }
td.TdClassName
{
border-color: #AE593D;
}
.TagClassName
{
border-color: #AE593D;
}
</style>