Shades of Tuscany #AD6140
Tints of Tuscany #AD6140
RGB
CMYK
RGB Variations
Color information
#AD6140 (or 0xAD6140) is known color: Tuscany. HEX triplet: AD, 61 and 40. RGB value is (173,97,64). Sum of RGB (Red+Green+Blue) = 173+97+64=334 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.80% from 334); Green value is 97 (38.28% from 255 or 29.04% from 334); Blue value is 64 (25.39% from 255 or 19.16% from 334); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6140 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD6140 is #529EBF. Grayscale: #747474. Windows color (decimal): -5414592 or 4219309. OLE color: 4219309.
HSL color Cylindrical-coordinate representation of color #AD6140: hue angle of 18.17º 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 #AD6140 is Cyan = 0, Magento = 0.44, Yellow = 0.63 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 97 | 64 | - |
| CMYK | 0 | 0.44 | 0.63 | 0.32 |
| HSL | 18.17º | 0.46% | 0.46% | - |
| HSV(B) | 18.17º | 0.63% | 0.68% | - |
| XYZ | 22.43 | 17.8 | 7.1 | - |
| YUV | 115.96 | 98.68 | 168.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 97 | 64 | 0 | 0.44 | 0.63 | 0.32 | 18.17 | 0.46 | 0.46 |
| Hex | AD | 61 | 40 | 0 | 2C | 3F | 20 | 12 | 2E | 2E |
| Octal | 255 | 141 | 100 | 0 | 54 | 77 | 40 | 22 | 56 | 56 |
| Binary | 10101101 | 1100001 | 1000000 | 0 | 101100 | 111111 | 100000 | 10010 | 101110 | 101110 |
Color Harmonies of #AD6140
Complementary color
Monochromatic Colors of #AD6140
Black with #AD6140
Text Example
Text Example
White with #AD6140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6140; }
p { color: rgb(173,97,64); }
H1.HeaderClassName
{
color: #AD6140;
}
.AnyTagClassName
{
color: #AD6140;
}
</style>
background-color css
<style>
a { background-color: #AD6140; }
a { background-color: rgb(173,97,64); }
div.DivClassName
{
background-color: #AD6140;
}
.BgClassName
{
background-color: #AD6140;
}
</style>
border-color css
<style>
span { border-color: #AD6140; }
span { border-color: rgb(173,97,64); }
td.TdClassName
{
border-color: #AD6140;
}
.TagClassName
{
border-color: #AD6140;
}
</style>