Shades of Tuscany #AD6640
Tints of Tuscany #AD6640
RGB
CMYK
RGB Variations
Color information
#AD6640 (or 0xAD6640) is known color: Tuscany. HEX triplet: AD, 66 and 40. RGB value is (173,102,64). Sum of RGB (Red+Green+Blue) = 173+102+64=339 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.03% from 339); Green value is 102 (40.23% from 255 or 30.09% from 339); Blue value is 64 (25.39% from 255 or 18.88% from 339); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6640 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD6640 is #5299BF. Grayscale: #777777. Windows color (decimal): -5413312 or 4220589. OLE color: 4220589.
HSL color Cylindrical-coordinate representation of color #AD6640: hue angle of 20.92º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AD6640 is Cyan = 0, Magento = 0.41, Yellow = 0.63 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 102 | 64 | - |
| CMYK | 0 | 0.41 | 0.63 | 0.32 |
| HSL | 20.92º | 0.46% | 0.46% | - |
| HSV(B) | 20.92º | 0.63% | 0.68% | - |
| XYZ | 22.91 | 18.76 | 7.26 | - |
| YUV | 118.9 | 97.02 | 166.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 102 | 64 | 0 | 0.41 | 0.63 | 0.32 | 20.92 | 0.46 | 0.46 |
| Hex | AD | 66 | 40 | 0 | 29 | 3F | 20 | 15 | 2E | 2E |
| Octal | 255 | 146 | 100 | 0 | 51 | 77 | 40 | 25 | 56 | 56 |
| Binary | 10101101 | 1100110 | 1000000 | 0 | 101001 | 111111 | 100000 | 10101 | 101110 | 101110 |
Color Harmonies of #AD6640
Complementary color
Monochromatic Colors of #AD6640
Black with #AD6640
Text Example
Text Example
White with #AD6640
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6640; }
p { color: rgb(173,102,64); }
H1.HeaderClassName
{
color: #AD6640;
}
.AnyTagClassName
{
color: #AD6640;
}
</style>
background-color css
<style>
a { background-color: #AD6640; }
a { background-color: rgb(173,102,64); }
div.DivClassName
{
background-color: #AD6640;
}
.BgClassName
{
background-color: #AD6640;
}
</style>
border-color css
<style>
span { border-color: #AD6640; }
span { border-color: rgb(173,102,64); }
td.TdClassName
{
border-color: #AD6640;
}
.TagClassName
{
border-color: #AD6640;
}
</style>