Shades of Tuscany #AD6040
Tints of Tuscany #AD6040
RGB
CMYK
RGB Variations
Color information
#AD6040 (or 0xAD6040) is known color: Tuscany. HEX triplet: AD, 60 and 40. RGB value is (173,96,64). Sum of RGB (Red+Green+Blue) = 173+96+64=333 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.95% from 333); Green value is 96 (37.89% from 255 or 28.83% from 333); Blue value is 64 (25.39% from 255 or 19.22% from 333); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6040 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD6040 is #529FBF. Grayscale: #737373. Windows color (decimal): -5414848 or 4219053. OLE color: 4219053.
HSL color Cylindrical-coordinate representation of color #AD6040: hue angle of 17.61º 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 #AD6040 is Cyan = 0, Magento = 0.45, Yellow = 0.63 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 96 | 64 | - |
| CMYK | 0 | 0.45 | 0.63 | 0.32 |
| HSL | 17.61º | 0.46% | 0.46% | - |
| HSV(B) | 17.61º | 0.63% | 0.68% | - |
| XYZ | 22.34 | 17.62 | 7.07 | - |
| YUV | 115.38 | 99.01 | 169.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 96 | 64 | 0 | 0.45 | 0.63 | 0.32 | 17.61 | 0.46 | 0.46 |
| Hex | AD | 60 | 40 | 0 | 2D | 3F | 20 | 12 | 2E | 2E |
| Octal | 255 | 140 | 100 | 0 | 55 | 77 | 40 | 22 | 56 | 56 |
| Binary | 10101101 | 1100000 | 1000000 | 0 | 101101 | 111111 | 100000 | 10010 | 101110 | 101110 |
Color Harmonies of #AD6040
Complementary color
Monochromatic Colors of #AD6040
Black with #AD6040
Text Example
Text Example
White with #AD6040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6040; }
p { color: rgb(173,96,64); }
H1.HeaderClassName
{
color: #AD6040;
}
.AnyTagClassName
{
color: #AD6040;
}
</style>
background-color css
<style>
a { background-color: #AD6040; }
a { background-color: rgb(173,96,64); }
div.DivClassName
{
background-color: #AD6040;
}
.BgClassName
{
background-color: #AD6040;
}
</style>
border-color css
<style>
span { border-color: #AD6040; }
span { border-color: rgb(173,96,64); }
td.TdClassName
{
border-color: #AD6040;
}
.TagClassName
{
border-color: #AD6040;
}
</style>