Shades of Tuscany #AD5C46
Tints of Tuscany #AD5C46
RGB
CMYK
RGB Variations
Color information
#AD5C46 (or 0xAD5C46) is known color: Tuscany. HEX triplet: AD, 5C and 46. RGB value is (173,92,70). Sum of RGB (Red+Green+Blue) = 173+92+70=335 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.64% from 335); Green value is 92 (36.33% from 255 or 27.46% from 335); Blue value is 70 (27.73% from 255 or 20.90% from 335); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5C46 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD5C46 is #52A3B9. Grayscale: #717171. Windows color (decimal): -5415866 or 4611245. OLE color: 4611245.
HSL color Cylindrical-coordinate representation of color #AD5C46: hue angle of 12.82º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AD5C46 is Cyan = 0, Magento = 0.47, Yellow = 0.60 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 92 | 70 | - |
| CMYK | 0 | 0.47 | 0.60 | 0.32 |
| HSL | 12.82º | 0.42% | 0.48% | - |
| HSV(B) | 12.82º | 0.6% | 0.68% | - |
| XYZ | 22.17 | 16.98 | 7.9 | - |
| YUV | 113.71 | 103.34 | 170.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 92 | 70 | 0 | 0.47 | 0.60 | 0.32 | 12.82 | 0.42 | 0.48 |
| Hex | AD | 5C | 46 | 0 | 2F | 3C | 20 | D | 2A | 30 |
| Octal | 255 | 134 | 106 | 0 | 57 | 74 | 40 | 15 | 52 | 60 |
| Binary | 10101101 | 1011100 | 1000110 | 0 | 101111 | 111100 | 100000 | 1101 | 101010 | 110000 |
Color Harmonies of #AD5C46
Complementary color
Monochromatic Colors of #AD5C46
Black with #AD5C46
Text Example
Text Example
White with #AD5C46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD5C46; }
p { color: rgb(173,92,70); }
H1.HeaderClassName
{
color: #AD5C46;
}
.AnyTagClassName
{
color: #AD5C46;
}
</style>
background-color css
<style>
a { background-color: #AD5C46; }
a { background-color: rgb(173,92,70); }
div.DivClassName
{
background-color: #AD5C46;
}
.BgClassName
{
background-color: #AD5C46;
}
</style>
border-color css
<style>
span { border-color: #AD5C46; }
span { border-color: rgb(173,92,70); }
td.TdClassName
{
border-color: #AD5C46;
}
.TagClassName
{
border-color: #AD5C46;
}
</style>