Shades of Tuscany #AD5C45
Tints of Tuscany #AD5C45
RGB
CMYK
RGB Variations
Color information
#AD5C45 (or 0xAD5C45) is known color: Tuscany. HEX triplet: AD, 5C and 45. RGB value is (173,92,69). Sum of RGB (Red+Green+Blue) = 173+92+69=334 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.80% from 334); Green value is 92 (36.33% from 255 or 27.54% from 334); Blue value is 69 (27.34% from 255 or 20.66% from 334); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5C45 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD5C45 is #52A3BA. Grayscale: #717171. Windows color (decimal): -5415867 or 4545709. OLE color: 4545709.
HSL color Cylindrical-coordinate representation of color #AD5C45: hue angle of 13.27º 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 #AD5C45 is Cyan = 0, Magento = 0.47, Yellow = 0.60 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 92 | 69 | - |
| CMYK | 0 | 0.47 | 0.60 | 0.32 |
| HSL | 13.27º | 0.43% | 0.47% | - |
| HSV(B) | 13.27º | 0.6% | 0.68% | - |
| XYZ | 22.13 | 16.97 | 7.74 | - |
| YUV | 113.6 | 102.84 | 170.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 92 | 69 | 0 | 0.47 | 0.60 | 0.32 | 13.27 | 0.43 | 0.47 |
| Hex | AD | 5C | 45 | 0 | 2F | 3C | 20 | D | 2B | 2F |
| Octal | 255 | 134 | 105 | 0 | 57 | 74 | 40 | 15 | 53 | 57 |
| Binary | 10101101 | 1011100 | 1000101 | 0 | 101111 | 111100 | 100000 | 1101 | 101011 | 101111 |
Color Harmonies of #AD5C45
Complementary color
Monochromatic Colors of #AD5C45
Black with #AD5C45
Text Example
Text Example
White with #AD5C45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD5C45; }
p { color: rgb(173,92,69); }
H1.HeaderClassName
{
color: #AD5C45;
}
.AnyTagClassName
{
color: #AD5C45;
}
</style>
background-color css
<style>
a { background-color: #AD5C45; }
a { background-color: rgb(173,92,69); }
div.DivClassName
{
background-color: #AD5C45;
}
.BgClassName
{
background-color: #AD5C45;
}
</style>
border-color css
<style>
span { border-color: #AD5C45; }
span { border-color: rgb(173,92,69); }
td.TdClassName
{
border-color: #AD5C45;
}
.TagClassName
{
border-color: #AD5C45;
}
</style>