Shades of Tuscany #AD5D3C
Tints of Tuscany #AD5D3C
RGB
CMYK
RGB Variations
Color information
#AD5D3C (or 0xAD5D3C) is known color: Tuscany. HEX triplet: AD, 5D and 3C. RGB value is (173,93,60). Sum of RGB (Red+Green+Blue) = 173+93+60=326 (43% of max value = 765). Red value is 173 (67.97% from 255 or 53.07% from 326); Green value is 93 (36.72% from 255 or 28.53% from 326); Blue value is 60 (23.83% from 255 or 18.40% from 326); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5D3C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD5D3C is #52A2C3. Grayscale: #717171. Windows color (decimal): -5415620 or 3956141. OLE color: 3956141.
HSL color Cylindrical-coordinate representation of color #AD5D3C: hue angle of 17.52º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AD5D3C is Cyan = 0, Magento = 0.46, Yellow = 0.65 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 93 | 60 | - |
| CMYK | 0 | 0.46 | 0.65 | 0.32 |
| HSL | 17.52º | 0.48% | 0.46% | - |
| HSV(B) | 17.52º | 0.65% | 0.68% | - |
| XYZ | 21.96 | 17.04 | 6.41 | - |
| YUV | 113.16 | 98 | 170.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 93 | 60 | 0 | 0.46 | 0.65 | 0.32 | 17.52 | 0.48 | 0.46 |
| Hex | AD | 5D | 3C | 0 | 2E | 41 | 20 | 12 | 30 | 2E |
| Octal | 255 | 135 | 74 | 0 | 56 | 101 | 40 | 22 | 60 | 56 |
| Binary | 10101101 | 1011101 | 111100 | 0 | 101110 | 1000001 | 100000 | 10010 | 110000 | 101110 |
Color Harmonies of #AD5D3C
Complementary color
Monochromatic Colors of #AD5D3C
Black with #AD5D3C
Text Example
Text Example
White with #AD5D3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD5D3C; }
p { color: rgb(173,93,60); }
H1.HeaderClassName
{
color: #AD5D3C;
}
.AnyTagClassName
{
color: #AD5D3C;
}
</style>
background-color css
<style>
a { background-color: #AD5D3C; }
a { background-color: rgb(173,93,60); }
div.DivClassName
{
background-color: #AD5D3C;
}
.BgClassName
{
background-color: #AD5D3C;
}
</style>
border-color css
<style>
span { border-color: #AD5D3C; }
span { border-color: rgb(173,93,60); }
td.TdClassName
{
border-color: #AD5D3C;
}
.TagClassName
{
border-color: #AD5D3C;
}
</style>