Shades of Tuscany #AE6449
Tints of Tuscany #AE6449
RGB
CMYK
RGB Variations
Color information
#AE6449 (or 0xAE6449) is known color: Tuscany. HEX triplet: AE, 64 and 49. RGB value is (174,100,73). Sum of RGB (Red+Green+Blue) = 174+100+73=347 (45% of max value = 765). Red value is 174 (68.36% from 255 or 50.14% from 347); Green value is 100 (39.45% from 255 or 28.82% from 347); Blue value is 73 (28.91% from 255 or 21.04% from 347); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6449 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE6449 is #519BB6. Grayscale: #777777. Windows color (decimal): -5348279 or 4809902. OLE color: 4809902.
HSL color Cylindrical-coordinate representation of color #AE6449: hue angle of 16.04º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AE6449 is Cyan = 0, Magento = 0.43, Yellow = 0.58 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 100 | 73 | - |
| CMYK | 0 | 0.43 | 0.58 | 0.32 |
| HSL | 16.04º | 0.41% | 0.48% | - |
| HSV(B) | 16.04º | 0.58% | 0.68% | - |
| XYZ | 23.22 | 18.59 | 8.67 | - |
| YUV | 119.05 | 102.02 | 167.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 100 | 73 | 0 | 0.43 | 0.58 | 0.32 | 16.04 | 0.41 | 0.48 |
| Hex | AE | 64 | 49 | 0 | 2B | 3A | 20 | 10 | 29 | 30 |
| Octal | 256 | 144 | 111 | 0 | 53 | 72 | 40 | 20 | 51 | 60 |
| Binary | 10101110 | 1100100 | 1001001 | 0 | 101011 | 111010 | 100000 | 10000 | 101001 | 110000 |
Color Harmonies of #AE6449
Complementary color
Monochromatic Colors of #AE6449
Black with #AE6449
Text Example
Text Example
White with #AE6449
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE6449; }
p { color: rgb(174,100,73); }
H1.HeaderClassName
{
color: #AE6449;
}
.AnyTagClassName
{
color: #AE6449;
}
</style>
background-color css
<style>
a { background-color: #AE6449; }
a { background-color: rgb(174,100,73); }
div.DivClassName
{
background-color: #AE6449;
}
.BgClassName
{
background-color: #AE6449;
}
</style>
border-color css
<style>
span { border-color: #AE6449; }
span { border-color: rgb(174,100,73); }
td.TdClassName
{
border-color: #AE6449;
}
.TagClassName
{
border-color: #AE6449;
}
</style>