Shades of Tuscany #AD6847
Tints of Tuscany #AD6847
RGB
CMYK
RGB Variations
Color information
#AD6847 (or 0xAD6847) is known color: Tuscany. HEX triplet: AD, 68 and 47. RGB value is (173,104,71). Sum of RGB (Red+Green+Blue) = 173+104+71=348 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.71% from 348); Green value is 104 (41.02% from 255 or 29.89% from 348); Blue value is 71 (28.12% from 255 or 20.40% from 348); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6847 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD6847 is #5297B8. Grayscale: #797979. Windows color (decimal): -5412793 or 4679853. OLE color: 4679853.
HSL color Cylindrical-coordinate representation of color #AD6847: hue angle of 19.41º 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 #AD6847 is Cyan = 0, Magento = 0.40, Yellow = 0.59 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 104 | 71 | - |
| CMYK | 0 | 0.40 | 0.59 | 0.32 |
| HSL | 19.41º | 0.42% | 0.48% | - |
| HSV(B) | 19.41º | 0.59% | 0.68% | - |
| XYZ | 23.32 | 19.24 | 8.45 | - |
| YUV | 120.87 | 99.86 | 165.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 104 | 71 | 0 | 0.40 | 0.59 | 0.32 | 19.41 | 0.42 | 0.48 |
| Hex | AD | 68 | 47 | 0 | 28 | 3B | 20 | 13 | 2A | 30 |
| Octal | 255 | 150 | 107 | 0 | 50 | 73 | 40 | 23 | 52 | 60 |
| Binary | 10101101 | 1101000 | 1000111 | 0 | 101000 | 111011 | 100000 | 10011 | 101010 | 110000 |
Color Harmonies of #AD6847
Complementary color
Monochromatic Colors of #AD6847
Black with #AD6847
Text Example
Text Example
White with #AD6847
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6847; }
p { color: rgb(173,104,71); }
H1.HeaderClassName
{
color: #AD6847;
}
.AnyTagClassName
{
color: #AD6847;
}
</style>
background-color css
<style>
a { background-color: #AD6847; }
a { background-color: rgb(173,104,71); }
div.DivClassName
{
background-color: #AD6847;
}
.BgClassName
{
background-color: #AD6847;
}
</style>
border-color css
<style>
span { border-color: #AD6847; }
span { border-color: rgb(173,104,71); }
td.TdClassName
{
border-color: #AD6847;
}
.TagClassName
{
border-color: #AD6847;
}
</style>