Shades of Tuscany #AE5E42
Tints of Tuscany #AE5E42
RGB
CMYK
RGB Variations
Color information
#AE5E42 (or 0xAE5E42) is known color: Tuscany. HEX triplet: AE, 5E and 42. RGB value is (174,94,66). Sum of RGB (Red+Green+Blue) = 174+94+66=334 (44% of max value = 765). Red value is 174 (68.36% from 255 or 52.10% from 334); Green value is 94 (37.11% from 255 or 28.14% from 334); Blue value is 66 (26.17% from 255 or 19.76% from 334); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5E42 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE5E42 is #51A1BD. Grayscale: #727272. Windows color (decimal): -5349822 or 4349614. OLE color: 4349614.
HSL color Cylindrical-coordinate representation of color #AE5E42: hue angle of 15.56º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AE5E42 is Cyan = 0, Magento = 0.46, Yellow = 0.62 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 94 | 66 | - |
| CMYK | 0 | 0.46 | 0.62 | 0.32 |
| HSL | 15.56º | 0.45% | 0.47% | - |
| HSV(B) | 15.56º | 0.62% | 0.68% | - |
| XYZ | 22.44 | 17.4 | 7.33 | - |
| YUV | 114.73 | 100.5 | 170.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 94 | 66 | 0 | 0.46 | 0.62 | 0.32 | 15.56 | 0.45 | 0.47 |
| Hex | AE | 5E | 42 | 0 | 2E | 3E | 20 | 10 | 2D | 2F |
| Octal | 256 | 136 | 102 | 0 | 56 | 76 | 40 | 20 | 55 | 57 |
| Binary | 10101110 | 1011110 | 1000010 | 0 | 101110 | 111110 | 100000 | 10000 | 101101 | 101111 |
Color Harmonies of #AE5E42
Complementary color
Monochromatic Colors of #AE5E42
Black with #AE5E42
Text Example
Text Example
White with #AE5E42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE5E42; }
p { color: rgb(174,94,66); }
H1.HeaderClassName
{
color: #AE5E42;
}
.AnyTagClassName
{
color: #AE5E42;
}
</style>
background-color css
<style>
a { background-color: #AE5E42; }
a { background-color: rgb(174,94,66); }
div.DivClassName
{
background-color: #AE5E42;
}
.BgClassName
{
background-color: #AE5E42;
}
</style>
border-color css
<style>
span { border-color: #AE5E42; }
span { border-color: rgb(174,94,66); }
td.TdClassName
{
border-color: #AE5E42;
}
.TagClassName
{
border-color: #AE5E42;
}
</style>