Shades of Tuscany #AD5D47
Tints of Tuscany #AD5D47
RGB
CMYK
RGB Variations
Color information
#AD5D47 (or 0xAD5D47) is known color: Tuscany. HEX triplet: AD, 5D and 47. RGB value is (173,93,71). Sum of RGB (Red+Green+Blue) = 173+93+71=337 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.34% from 337); Green value is 93 (36.72% from 255 or 27.60% from 337); Blue value is 71 (28.12% from 255 or 21.07% from 337); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5D47 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD5D47 is #52A2B8. Grayscale: #727272. Windows color (decimal): -5415609 or 4677037. OLE color: 4677037.
HSL color Cylindrical-coordinate representation of color #AD5D47: hue angle of 12.94º 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 #AD5D47 is Cyan = 0, Magento = 0.46, Yellow = 0.59 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 93 | 71 | - |
| CMYK | 0 | 0.46 | 0.59 | 0.32 |
| HSL | 12.94º | 0.42% | 0.48% | - |
| HSV(B) | 12.94º | 0.59% | 0.68% | - |
| XYZ | 22.29 | 17.17 | 8.1 | - |
| YUV | 114.41 | 103.5 | 169.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 93 | 71 | 0 | 0.46 | 0.59 | 0.32 | 12.94 | 0.42 | 0.48 |
| Hex | AD | 5D | 47 | 0 | 2E | 3B | 20 | D | 2A | 30 |
| Octal | 255 | 135 | 107 | 0 | 56 | 73 | 40 | 15 | 52 | 60 |
| Binary | 10101101 | 1011101 | 1000111 | 0 | 101110 | 111011 | 100000 | 1101 | 101010 | 110000 |
Color Harmonies of #AD5D47
Complementary color
Monochromatic Colors of #AD5D47
Black with #AD5D47
Text Example
Text Example
White with #AD5D47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD5D47; }
p { color: rgb(173,93,71); }
H1.HeaderClassName
{
color: #AD5D47;
}
.AnyTagClassName
{
color: #AD5D47;
}
</style>
background-color css
<style>
a { background-color: #AD5D47; }
a { background-color: rgb(173,93,71); }
div.DivClassName
{
background-color: #AD5D47;
}
.BgClassName
{
background-color: #AD5D47;
}
</style>
border-color css
<style>
span { border-color: #AD5D47; }
span { border-color: rgb(173,93,71); }
td.TdClassName
{
border-color: #AD5D47;
}
.TagClassName
{
border-color: #AD5D47;
}
</style>