Shades of Tuscany #AD5E47
Tints of Tuscany #AD5E47
RGB
CMYK
RGB Variations
Color information
#AD5E47 (or 0xAD5E47) is known color: Tuscany. HEX triplet: AD, 5E and 47. RGB value is (173,94,71). Sum of RGB (Red+Green+Blue) = 173+94+71=338 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.18% from 338); Green value is 94 (37.11% from 255 or 27.81% from 338); Blue value is 71 (28.12% from 255 or 21.01% from 338); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5E47 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD5E47 is #52A1B8. Grayscale: #737373. Windows color (decimal): -5415353 or 4677293. OLE color: 4677293.
HSL color Cylindrical-coordinate representation of color #AD5E47: hue angle of 13.53º 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 #AD5E47 is Cyan = 0, Magento = 0.46, Yellow = 0.59 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 94 | 71 | - |
| CMYK | 0 | 0.46 | 0.59 | 0.32 |
| HSL | 13.53º | 0.42% | 0.48% | - |
| HSV(B) | 13.53º | 0.59% | 0.68% | - |
| XYZ | 22.37 | 17.34 | 8.13 | - |
| YUV | 115 | 103.17 | 169.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 94 | 71 | 0 | 0.46 | 0.59 | 0.32 | 13.53 | 0.42 | 0.48 |
| Hex | AD | 5E | 47 | 0 | 2E | 3B | 20 | E | 2A | 30 |
| Octal | 255 | 136 | 107 | 0 | 56 | 73 | 40 | 16 | 52 | 60 |
| Binary | 10101101 | 1011110 | 1000111 | 0 | 101110 | 111011 | 100000 | 1110 | 101010 | 110000 |
Color Harmonies of #AD5E47
Complementary color
Monochromatic Colors of #AD5E47
Black with #AD5E47
Text Example
Text Example
White with #AD5E47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD5E47; }
p { color: rgb(173,94,71); }
H1.HeaderClassName
{
color: #AD5E47;
}
.AnyTagClassName
{
color: #AD5E47;
}
</style>
background-color css
<style>
a { background-color: #AD5E47; }
a { background-color: rgb(173,94,71); }
div.DivClassName
{
background-color: #AD5E47;
}
.BgClassName
{
background-color: #AD5E47;
}
</style>
border-color css
<style>
span { border-color: #AD5E47; }
span { border-color: rgb(173,94,71); }
td.TdClassName
{
border-color: #AD5E47;
}
.TagClassName
{
border-color: #AD5E47;
}
</style>