Shades of Tuscany #AD6240
Tints of Tuscany #AD6240
RGB
CMYK
RGB Variations
Color information
#AD6240 (or 0xAD6240) is known color: Tuscany. HEX triplet: AD, 62 and 40. RGB value is (173,98,64). Sum of RGB (Red+Green+Blue) = 173+98+64=335 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.64% from 335); Green value is 98 (38.67% from 255 or 29.25% from 335); Blue value is 64 (25.39% from 255 or 19.10% from 335); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6240 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD6240 is #529DBF. Grayscale: #747474. Windows color (decimal): -5414336 or 4219565. OLE color: 4219565.
HSL color Cylindrical-coordinate representation of color #AD6240: hue angle of 18.72º 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 #AD6240 is Cyan = 0, Magento = 0.43, Yellow = 0.63 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 98 | 64 | - |
| CMYK | 0 | 0.43 | 0.63 | 0.32 |
| HSL | 18.72º | 0.46% | 0.46% | - |
| HSV(B) | 18.72º | 0.63% | 0.68% | - |
| XYZ | 22.53 | 17.99 | 7.14 | - |
| YUV | 116.55 | 98.35 | 168.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 98 | 64 | 0 | 0.43 | 0.63 | 0.32 | 18.72 | 0.46 | 0.46 |
| Hex | AD | 62 | 40 | 0 | 2B | 3F | 20 | 13 | 2E | 2E |
| Octal | 255 | 142 | 100 | 0 | 53 | 77 | 40 | 23 | 56 | 56 |
| Binary | 10101101 | 1100010 | 1000000 | 0 | 101011 | 111111 | 100000 | 10011 | 101110 | 101110 |
Color Harmonies of #AD6240
Complementary color
Monochromatic Colors of #AD6240
Black with #AD6240
Text Example
Text Example
White with #AD6240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6240; }
p { color: rgb(173,98,64); }
H1.HeaderClassName
{
color: #AD6240;
}
.AnyTagClassName
{
color: #AD6240;
}
</style>
background-color css
<style>
a { background-color: #AD6240; }
a { background-color: rgb(173,98,64); }
div.DivClassName
{
background-color: #AD6240;
}
.BgClassName
{
background-color: #AD6240;
}
</style>
border-color css
<style>
span { border-color: #AD6240; }
span { border-color: rgb(173,98,64); }
td.TdClassName
{
border-color: #AD6240;
}
.TagClassName
{
border-color: #AD6240;
}
</style>