Shades of Tuscany #AE6543
Tints of Tuscany #AE6543
RGB
CMYK
RGB Variations
Color information
#AE6543 (or 0xAE6543) is known color: Tuscany. HEX triplet: AE, 65 and 43. RGB value is (174,101,67). Sum of RGB (Red+Green+Blue) = 174+101+67=342 (45% of max value = 765). Red value is 174 (68.36% from 255 or 50.88% from 342); Green value is 101 (39.84% from 255 or 29.53% from 342); Blue value is 67 (26.56% from 255 or 19.59% from 342); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6543 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE6543 is #519ABC. Grayscale: #777777. Windows color (decimal): -5348029 or 4416942. OLE color: 4416942.
HSL color Cylindrical-coordinate representation of color #AE6543: hue angle of 19.07º 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 #AE6543 is Cyan = 0, Magento = 0.42, Yellow = 0.61 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 101 | 67 | - |
| CMYK | 0 | 0.42 | 0.61 | 0.32 |
| HSL | 19.07º | 0.44% | 0.47% | - |
| HSV(B) | 19.07º | 0.61% | 0.68% | - |
| XYZ | 23.12 | 18.71 | 7.7 | - |
| YUV | 118.95 | 98.68 | 167.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 101 | 67 | 0 | 0.42 | 0.61 | 0.32 | 19.07 | 0.44 | 0.47 |
| Hex | AE | 65 | 43 | 0 | 2A | 3D | 20 | 13 | 2C | 2F |
| Octal | 256 | 145 | 103 | 0 | 52 | 75 | 40 | 23 | 54 | 57 |
| Binary | 10101110 | 1100101 | 1000011 | 0 | 101010 | 111101 | 100000 | 10011 | 101100 | 101111 |
Color Harmonies of #AE6543
Complementary color
Monochromatic Colors of #AE6543
Black with #AE6543
Text Example
Text Example
White with #AE6543
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE6543; }
p { color: rgb(174,101,67); }
H1.HeaderClassName
{
color: #AE6543;
}
.AnyTagClassName
{
color: #AE6543;
}
</style>
background-color css
<style>
a { background-color: #AE6543; }
a { background-color: rgb(174,101,67); }
div.DivClassName
{
background-color: #AE6543;
}
.BgClassName
{
background-color: #AE6543;
}
</style>
border-color css
<style>
span { border-color: #AE6543; }
span { border-color: rgb(174,101,67); }
td.TdClassName
{
border-color: #AE6543;
}
.TagClassName
{
border-color: #AE6543;
}
</style>