Shades of Tuscany #AD6440
Tints of Tuscany #AD6440
RGB
CMYK
RGB Variations
Color information
#AD6440 (or 0xAD6440) is known color: Tuscany. HEX triplet: AD, 64 and 40. RGB value is (173,100,64). Sum of RGB (Red+Green+Blue) = 173+100+64=337 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.34% from 337); Green value is 100 (39.45% from 255 or 29.67% from 337); Blue value is 64 (25.39% from 255 or 18.99% from 337); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6440 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD6440 is #529BBF. Grayscale: #757575. Windows color (decimal): -5413824 or 4220077. OLE color: 4220077.
HSL color Cylindrical-coordinate representation of color #AD6440: hue angle of 19.82º 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 #AD6440 is Cyan = 0, Magento = 0.42, Yellow = 0.63 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 100 | 64 | - |
| CMYK | 0 | 0.42 | 0.63 | 0.32 |
| HSL | 19.82º | 0.46% | 0.46% | - |
| HSV(B) | 19.82º | 0.63% | 0.68% | - |
| XYZ | 22.72 | 18.37 | 7.2 | - |
| YUV | 117.72 | 97.68 | 167.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 100 | 64 | 0 | 0.42 | 0.63 | 0.32 | 19.82 | 0.46 | 0.46 |
| Hex | AD | 64 | 40 | 0 | 2A | 3F | 20 | 14 | 2E | 2E |
| Octal | 255 | 144 | 100 | 0 | 52 | 77 | 40 | 24 | 56 | 56 |
| Binary | 10101101 | 1100100 | 1000000 | 0 | 101010 | 111111 | 100000 | 10100 | 101110 | 101110 |
Color Harmonies of #AD6440
Complementary color
Monochromatic Colors of #AD6440
Black with #AD6440
Text Example
Text Example
White with #AD6440
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6440; }
p { color: rgb(173,100,64); }
H1.HeaderClassName
{
color: #AD6440;
}
.AnyTagClassName
{
color: #AD6440;
}
</style>
background-color css
<style>
a { background-color: #AD6440; }
a { background-color: rgb(173,100,64); }
div.DivClassName
{
background-color: #AD6440;
}
.BgClassName
{
background-color: #AD6440;
}
</style>
border-color css
<style>
span { border-color: #AD6440; }
span { border-color: rgb(173,100,64); }
td.TdClassName
{
border-color: #AD6440;
}
.TagClassName
{
border-color: #AD6440;
}
</style>