Shades of Tuscany #AD6747
Tints of Tuscany #AD6747
RGB
CMYK
RGB Variations
Color information
#AD6747 (or 0xAD6747) is known color: Tuscany. HEX triplet: AD, 67 and 47. RGB value is (173,103,71). Sum of RGB (Red+Green+Blue) = 173+103+71=347 (45% of max value = 765). Red value is 173 (67.97% from 255 or 49.86% from 347); Green value is 103 (40.62% from 255 or 29.68% from 347); Blue value is 71 (28.12% from 255 or 20.46% from 347); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6747 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD6747 is #5298B8. Grayscale: #787878. Windows color (decimal): -5413049 or 4679597. OLE color: 4679597.
HSL color Cylindrical-coordinate representation of color #AD6747: hue angle of 18.82º 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 #AD6747 is Cyan = 0, Magento = 0.40, Yellow = 0.59 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 103 | 71 | - |
| CMYK | 0 | 0.40 | 0.59 | 0.32 |
| HSL | 18.82º | 0.42% | 0.48% | - |
| HSV(B) | 18.82º | 0.59% | 0.68% | - |
| XYZ | 23.22 | 19.04 | 8.41 | - |
| YUV | 120.28 | 100.19 | 165.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 103 | 71 | 0 | 0.40 | 0.59 | 0.32 | 18.82 | 0.42 | 0.48 |
| Hex | AD | 67 | 47 | 0 | 28 | 3B | 20 | 13 | 2A | 30 |
| Octal | 255 | 147 | 107 | 0 | 50 | 73 | 40 | 23 | 52 | 60 |
| Binary | 10101101 | 1100111 | 1000111 | 0 | 101000 | 111011 | 100000 | 10011 | 101010 | 110000 |
Color Harmonies of #AD6747
Complementary color
Monochromatic Colors of #AD6747
Black with #AD6747
Text Example
Text Example
White with #AD6747
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6747; }
p { color: rgb(173,103,71); }
H1.HeaderClassName
{
color: #AD6747;
}
.AnyTagClassName
{
color: #AD6747;
}
</style>
background-color css
<style>
a { background-color: #AD6747; }
a { background-color: rgb(173,103,71); }
div.DivClassName
{
background-color: #AD6747;
}
.BgClassName
{
background-color: #AD6747;
}
</style>
border-color css
<style>
span { border-color: #AD6747; }
span { border-color: rgb(173,103,71); }
td.TdClassName
{
border-color: #AD6747;
}
.TagClassName
{
border-color: #AD6747;
}
</style>