Shades of Tuscany #AD6642
Tints of Tuscany #AD6642
RGB
CMYK
RGB Variations
Color information
#AD6642 (or 0xAD6642) is known color: Tuscany. HEX triplet: AD, 66 and 42. RGB value is (173,102,66). Sum of RGB (Red+Green+Blue) = 173+102+66=341 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.73% from 341); Green value is 102 (40.23% from 255 or 29.91% from 341); Blue value is 66 (26.17% from 255 or 19.35% from 341); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6642 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD6642 is #5299BD. Grayscale: #777777. Windows color (decimal): -5413310 or 4351661. OLE color: 4351661.
HSL color Cylindrical-coordinate representation of color #AD6642: hue angle of 20.19º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AD6642 is Cyan = 0, Magento = 0.41, Yellow = 0.62 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 102 | 66 | - |
| CMYK | 0 | 0.41 | 0.62 | 0.32 |
| HSL | 20.19º | 0.45% | 0.47% | - |
| HSV(B) | 20.19º | 0.62% | 0.68% | - |
| XYZ | 22.97 | 18.78 | 7.57 | - |
| YUV | 119.13 | 98.02 | 166.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 102 | 66 | 0 | 0.41 | 0.62 | 0.32 | 20.19 | 0.45 | 0.47 |
| Hex | AD | 66 | 42 | 0 | 29 | 3E | 20 | 14 | 2D | 2F |
| Octal | 255 | 146 | 102 | 0 | 51 | 76 | 40 | 24 | 55 | 57 |
| Binary | 10101101 | 1100110 | 1000010 | 0 | 101001 | 111110 | 100000 | 10100 | 101101 | 101111 |
Color Harmonies of #AD6642
Complementary color
Monochromatic Colors of #AD6642
Black with #AD6642
Text Example
Text Example
White with #AD6642
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6642; }
p { color: rgb(173,102,66); }
H1.HeaderClassName
{
color: #AD6642;
}
.AnyTagClassName
{
color: #AD6642;
}
</style>
background-color css
<style>
a { background-color: #AD6642; }
a { background-color: rgb(173,102,66); }
div.DivClassName
{
background-color: #AD6642;
}
.BgClassName
{
background-color: #AD6642;
}
</style>
border-color css
<style>
span { border-color: #AD6642; }
span { border-color: rgb(173,102,66); }
td.TdClassName
{
border-color: #AD6642;
}
.TagClassName
{
border-color: #AD6642;
}
</style>