Shades of Tuscany #AE6544
Tints of Tuscany #AE6544
RGB
CMYK
RGB Variations
Color information
#AE6544 (or 0xAE6544) is known color: Tuscany. HEX triplet: AE, 65 and 44. RGB value is (174,101,68). Sum of RGB (Red+Green+Blue) = 174+101+68=343 (45% of max value = 765). Red value is 174 (68.36% from 255 or 50.73% from 343); Green value is 101 (39.84% from 255 or 29.45% from 343); Blue value is 68 (26.95% from 255 or 19.83% from 343); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6544 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE6544 is #519ABB. Grayscale: #777777. Windows color (decimal): -5348028 or 4482478. OLE color: 4482478.
HSL color Cylindrical-coordinate representation of color #AE6544: hue angle of 18.68º degrees, saturation: 0.44, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AE6544 is Cyan = 0, Magento = 0.42, Yellow = 0.61 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 101 | 68 | - |
| CMYK | 0 | 0.42 | 0.61 | 0.32 |
| HSL | 18.68º | 0.44% | 0.47% | - |
| HSV(B) | 18.68º | 0.61% | 0.68% | - |
| XYZ | 23.15 | 18.72 | 7.86 | - |
| YUV | 119.07 | 99.18 | 167.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 101 | 68 | 0 | 0.42 | 0.61 | 0.32 | 18.68 | 0.44 | 0.47 |
| Hex | AE | 65 | 44 | 0 | 2A | 3D | 20 | 13 | 2C | 2F |
| Octal | 256 | 145 | 104 | 0 | 52 | 75 | 40 | 23 | 54 | 57 |
| Binary | 10101110 | 1100101 | 1000100 | 0 | 101010 | 111101 | 100000 | 10011 | 101100 | 101111 |
Color Harmonies of #AE6544
Complementary color
Monochromatic Colors of #AE6544
Black with #AE6544
Text Example
Text Example
White with #AE6544
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE6544; }
p { color: rgb(174,101,68); }
H1.HeaderClassName
{
color: #AE6544;
}
.AnyTagClassName
{
color: #AE6544;
}
</style>
background-color css
<style>
a { background-color: #AE6544; }
a { background-color: rgb(174,101,68); }
div.DivClassName
{
background-color: #AE6544;
}
.BgClassName
{
background-color: #AE6544;
}
</style>
border-color css
<style>
span { border-color: #AE6544; }
span { border-color: rgb(174,101,68); }
td.TdClassName
{
border-color: #AE6544;
}
.TagClassName
{
border-color: #AE6544;
}
</style>