Shades of Tuscany #AE603F
Tints of Tuscany #AE603F
RGB
CMYK
RGB Variations
Color information
#AE603F (or 0xAE603F) is known color: Tuscany. HEX triplet: AE, 60 and 3F. RGB value is (174,96,63). Sum of RGB (Red+Green+Blue) = 174+96+63=333 (44% of max value = 765). Red value is 174 (68.36% from 255 or 52.25% from 333); Green value is 96 (37.89% from 255 or 28.83% from 333); Blue value is 63 (25% from 255 or 18.92% from 333); Max value from RGB is 174 - color contains mainly: red. Hex color #AE603F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE603F is #519FC0. Grayscale: #737373. Windows color (decimal): -5349313 or 4153518. OLE color: 4153518.
HSL color Cylindrical-coordinate representation of color #AE603F: hue angle of 17.84º 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 #AE603F is Cyan = 0, Magento = 0.45, Yellow = 0.64 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 96 | 63 | - |
| CMYK | 0 | 0.45 | 0.64 | 0.32 |
| HSL | 17.84º | 0.47% | 0.46% | - |
| HSV(B) | 17.84º | 0.64% | 0.68% | - |
| XYZ | 22.54 | 17.72 | 6.94 | - |
| YUV | 115.56 | 98.34 | 169.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 96 | 63 | 0 | 0.45 | 0.64 | 0.32 | 17.84 | 0.47 | 0.46 |
| Hex | AE | 60 | 3F | 0 | 2D | 40 | 20 | 12 | 2F | 2E |
| Octal | 256 | 140 | 77 | 0 | 55 | 100 | 40 | 22 | 57 | 56 |
| Binary | 10101110 | 1100000 | 111111 | 0 | 101101 | 1000000 | 100000 | 10010 | 101111 | 101110 |
Color Harmonies of #AE603F
Complementary color
Monochromatic Colors of #AE603F
Black with #AE603F
Text Example
Text Example
White with #AE603F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE603F; }
p { color: rgb(174,96,63); }
H1.HeaderClassName
{
color: #AE603F;
}
.AnyTagClassName
{
color: #AE603F;
}
</style>
background-color css
<style>
a { background-color: #AE603F; }
a { background-color: rgb(174,96,63); }
div.DivClassName
{
background-color: #AE603F;
}
.BgClassName
{
background-color: #AE603F;
}
</style>
border-color css
<style>
span { border-color: #AE603F; }
span { border-color: rgb(174,96,63); }
td.TdClassName
{
border-color: #AE603F;
}
.TagClassName
{
border-color: #AE603F;
}
</style>