Shades of Tuscany #AE6547
Tints of Tuscany #AE6547
RGB
CMYK
RGB Variations
Color information
#AE6547 (or 0xAE6547) is known color: Tuscany. HEX triplet: AE, 65 and 47. RGB value is (174,101,71). Sum of RGB (Red+Green+Blue) = 174+101+71=346 (45% of max value = 765). Red value is 174 (68.36% from 255 or 50.29% from 346); Green value is 101 (39.84% from 255 or 29.19% from 346); Blue value is 71 (28.12% from 255 or 20.52% from 346); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6547 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE6547 is #519AB8. Grayscale: #777777. Windows color (decimal): -5348025 or 4679086. OLE color: 4679086.
HSL color Cylindrical-coordinate representation of color #AE6547: hue angle of 17.48º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AE6547 is Cyan = 0, Magento = 0.42, Yellow = 0.59 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 101 | 71 | - |
| CMYK | 0 | 0.42 | 0.59 | 0.32 |
| HSL | 17.48º | 0.42% | 0.48% | - |
| HSV(B) | 17.48º | 0.59% | 0.68% | - |
| XYZ | 23.25 | 18.76 | 8.36 | - |
| YUV | 119.41 | 100.68 | 166.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 101 | 71 | 0 | 0.42 | 0.59 | 0.32 | 17.48 | 0.42 | 0.48 |
| Hex | AE | 65 | 47 | 0 | 2A | 3B | 20 | 11 | 2A | 30 |
| Octal | 256 | 145 | 107 | 0 | 52 | 73 | 40 | 21 | 52 | 60 |
| Binary | 10101110 | 1100101 | 1000111 | 0 | 101010 | 111011 | 100000 | 10001 | 101010 | 110000 |
Color Harmonies of #AE6547
Complementary color
Monochromatic Colors of #AE6547
Black with #AE6547
Text Example
Text Example
White with #AE6547
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE6547; }
p { color: rgb(174,101,71); }
H1.HeaderClassName
{
color: #AE6547;
}
.AnyTagClassName
{
color: #AE6547;
}
</style>
background-color css
<style>
a { background-color: #AE6547; }
a { background-color: rgb(174,101,71); }
div.DivClassName
{
background-color: #AE6547;
}
.BgClassName
{
background-color: #AE6547;
}
</style>
border-color css
<style>
span { border-color: #AE6547; }
span { border-color: rgb(174,101,71); }
td.TdClassName
{
border-color: #AE6547;
}
.TagClassName
{
border-color: #AE6547;
}
</style>