Shades of Tuscany #AD6845
Tints of Tuscany #AD6845
RGB
CMYK
RGB Variations
Color information
#AD6845 (or 0xAD6845) is known color: Tuscany. HEX triplet: AD, 68 and 45. RGB value is (173,104,69). Sum of RGB (Red+Green+Blue) = 173+104+69=346 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50% from 346); Green value is 104 (41.02% from 255 or 30.06% from 346); Blue value is 69 (27.34% from 255 or 19.94% from 346); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6845 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD6845 is #5297BA. Grayscale: #787878. Windows color (decimal): -5412795 or 4548781. OLE color: 4548781.
HSL color Cylindrical-coordinate representation of color #AD6845: hue angle of 20.19º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AD6845 is Cyan = 0, Magento = 0.40, Yellow = 0.60 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 104 | 69 | - |
| CMYK | 0 | 0.40 | 0.60 | 0.32 |
| HSL | 20.19º | 0.43% | 0.47% | - |
| HSV(B) | 20.19º | 0.6% | 0.68% | - |
| XYZ | 23.26 | 19.21 | 8.11 | - |
| YUV | 120.64 | 98.86 | 165.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 104 | 69 | 0 | 0.40 | 0.60 | 0.32 | 20.19 | 0.43 | 0.47 |
| Hex | AD | 68 | 45 | 0 | 28 | 3C | 20 | 14 | 2B | 2F |
| Octal | 255 | 150 | 105 | 0 | 50 | 74 | 40 | 24 | 53 | 57 |
| Binary | 10101101 | 1101000 | 1000101 | 0 | 101000 | 111100 | 100000 | 10100 | 101011 | 101111 |
Color Harmonies of #AD6845
Complementary color
Monochromatic Colors of #AD6845
Black with #AD6845
Text Example
Text Example
White with #AD6845
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6845; }
p { color: rgb(173,104,69); }
H1.HeaderClassName
{
color: #AD6845;
}
.AnyTagClassName
{
color: #AD6845;
}
</style>
background-color css
<style>
a { background-color: #AD6845; }
a { background-color: rgb(173,104,69); }
div.DivClassName
{
background-color: #AD6845;
}
.BgClassName
{
background-color: #AD6845;
}
</style>
border-color css
<style>
span { border-color: #AD6845; }
span { border-color: rgb(173,104,69); }
td.TdClassName
{
border-color: #AD6845;
}
.TagClassName
{
border-color: #AD6845;
}
</style>