Shades of Tuscany #AD5C41
Tints of Tuscany #AD5C41
RGB
CMYK
RGB Variations
Color information
#AD5C41 (or 0xAD5C41) is known color: Tuscany. HEX triplet: AD, 5C and 41. RGB value is (173,92,65). Sum of RGB (Red+Green+Blue) = 173+92+65=330 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.42% from 330); Green value is 92 (36.33% from 255 or 27.88% from 330); Blue value is 65 (25.78% from 255 or 19.70% from 330); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5C41 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD5C41 is #52A3BE. Grayscale: #717171. Windows color (decimal): -5415871 or 4283565. OLE color: 4283565.
HSL color Cylindrical-coordinate representation of color #AD5C41: hue angle of 15º 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 #AD5C41 is Cyan = 0, Magento = 0.47, Yellow = 0.62 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 92 | 65 | - |
| CMYK | 0 | 0.47 | 0.62 | 0.32 |
| HSL | 15º | 0.45% | 0.47% | - |
| HSV(B) | 15º | 0.62% | 0.68% | - |
| XYZ | 22.01 | 16.92 | 7.11 | - |
| YUV | 113.14 | 100.84 | 170.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 92 | 65 | 0 | 0.47 | 0.62 | 0.32 | 15 | 0.45 | 0.47 |
| Hex | AD | 5C | 41 | 0 | 2F | 3E | 20 | F | 2D | 2F |
| Octal | 255 | 134 | 101 | 0 | 57 | 76 | 40 | 17 | 55 | 57 |
| Binary | 10101101 | 1011100 | 1000001 | 0 | 101111 | 111110 | 100000 | 1111 | 101101 | 101111 |
Color Harmonies of #AD5C41
Complementary color
Monochromatic Colors of #AD5C41
Black with #AD5C41
Text Example
Text Example
White with #AD5C41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD5C41; }
p { color: rgb(173,92,65); }
H1.HeaderClassName
{
color: #AD5C41;
}
.AnyTagClassName
{
color: #AD5C41;
}
</style>
background-color css
<style>
a { background-color: #AD5C41; }
a { background-color: rgb(173,92,65); }
div.DivClassName
{
background-color: #AD5C41;
}
.BgClassName
{
background-color: #AD5C41;
}
</style>
border-color css
<style>
span { border-color: #AD5C41; }
span { border-color: rgb(173,92,65); }
td.TdClassName
{
border-color: #AD5C41;
}
.TagClassName
{
border-color: #AD5C41;
}
</style>