Shades of Tuscany #AD6745
Tints of Tuscany #AD6745
RGB
CMYK
RGB Variations
Color information
#AD6745 (or 0xAD6745) is known color: Tuscany. HEX triplet: AD, 67 and 45. RGB value is (173,103,69). Sum of RGB (Red+Green+Blue) = 173+103+69=345 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.14% from 345); Green value is 103 (40.62% from 255 or 29.86% from 345); Blue value is 69 (27.34% from 255 or 20% from 345); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6745 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD6745 is #5298BA. Grayscale: #787878. Windows color (decimal): -5413051 or 4548525. OLE color: 4548525.
HSL color Cylindrical-coordinate representation of color #AD6745: hue angle of 19.62º 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 #AD6745 is Cyan = 0, Magento = 0.40, Yellow = 0.60 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 103 | 69 | - |
| CMYK | 0 | 0.40 | 0.60 | 0.32 |
| HSL | 19.62º | 0.43% | 0.47% | - |
| HSV(B) | 19.62º | 0.6% | 0.68% | - |
| XYZ | 23.16 | 19.01 | 8.08 | - |
| YUV | 120.05 | 99.19 | 165.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 103 | 69 | 0 | 0.40 | 0.60 | 0.32 | 19.62 | 0.43 | 0.47 |
| Hex | AD | 67 | 45 | 0 | 28 | 3C | 20 | 14 | 2B | 2F |
| Octal | 255 | 147 | 105 | 0 | 50 | 74 | 40 | 24 | 53 | 57 |
| Binary | 10101101 | 1100111 | 1000101 | 0 | 101000 | 111100 | 100000 | 10100 | 101011 | 101111 |
Color Harmonies of #AD6745
Complementary color
Monochromatic Colors of #AD6745
Black with #AD6745
Text Example
Text Example
White with #AD6745
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6745; }
p { color: rgb(173,103,69); }
H1.HeaderClassName
{
color: #AD6745;
}
.AnyTagClassName
{
color: #AD6745;
}
</style>
background-color css
<style>
a { background-color: #AD6745; }
a { background-color: rgb(173,103,69); }
div.DivClassName
{
background-color: #AD6745;
}
.BgClassName
{
background-color: #AD6745;
}
</style>
border-color css
<style>
span { border-color: #AD6745; }
span { border-color: rgb(173,103,69); }
td.TdClassName
{
border-color: #AD6745;
}
.TagClassName
{
border-color: #AD6745;
}
</style>