Shades of Tuscany #AE5D41
Tints of Tuscany #AE5D41
RGB
CMYK
RGB Variations
Color information
#AE5D41 (or 0xAE5D41) is known color: Tuscany. HEX triplet: AE, 5D and 41. RGB value is (174,93,65). Sum of RGB (Red+Green+Blue) = 174+93+65=332 (43% of max value = 765). Red value is 174 (68.36% from 255 or 52.41% from 332); Green value is 93 (36.72% from 255 or 28.01% from 332); Blue value is 65 (25.78% from 255 or 19.58% from 332); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5D41 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE5D41 is #51A2BE. Grayscale: #727272. Windows color (decimal): -5350079 or 4283822. OLE color: 4283822.
HSL color Cylindrical-coordinate representation of color #AE5D41: hue angle of 15.41º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AE5D41 is Cyan = 0, Magento = 0.47, Yellow = 0.63 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 93 | 65 | - |
| CMYK | 0 | 0.47 | 0.63 | 0.32 |
| HSL | 15.41º | 0.46% | 0.47% | - |
| HSV(B) | 15.41º | 0.63% | 0.68% | - |
| XYZ | 22.32 | 17.21 | 7.15 | - |
| YUV | 114.03 | 100.34 | 170.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 93 | 65 | 0 | 0.47 | 0.63 | 0.32 | 15.41 | 0.46 | 0.47 |
| Hex | AE | 5D | 41 | 0 | 2F | 3F | 20 | F | 2E | 2F |
| Octal | 256 | 135 | 101 | 0 | 57 | 77 | 40 | 17 | 56 | 57 |
| Binary | 10101110 | 1011101 | 1000001 | 0 | 101111 | 111111 | 100000 | 1111 | 101110 | 101111 |
Color Harmonies of #AE5D41
Complementary color
Monochromatic Colors of #AE5D41
Black with #AE5D41
Text Example
Text Example
White with #AE5D41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE5D41; }
p { color: rgb(174,93,65); }
H1.HeaderClassName
{
color: #AE5D41;
}
.AnyTagClassName
{
color: #AE5D41;
}
</style>
background-color css
<style>
a { background-color: #AE5D41; }
a { background-color: rgb(174,93,65); }
div.DivClassName
{
background-color: #AE5D41;
}
.BgClassName
{
background-color: #AE5D41;
}
</style>
border-color css
<style>
span { border-color: #AE5D41; }
span { border-color: rgb(174,93,65); }
td.TdClassName
{
border-color: #AE5D41;
}
.TagClassName
{
border-color: #AE5D41;
}
</style>