Shades of Tuscany #AD5F41
Tints of Tuscany #AD5F41
RGB
CMYK
RGB Variations
Color information
#AD5F41 (or 0xAD5F41) is known color: Tuscany. HEX triplet: AD, 5F and 41. RGB value is (173,95,65). Sum of RGB (Red+Green+Blue) = 173+95+65=333 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.95% from 333); Green value is 95 (37.5% from 255 or 28.53% from 333); Blue value is 65 (25.78% from 255 or 19.52% from 333); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5F41 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD5F41 is #52A0BE. Grayscale: #737373. Windows color (decimal): -5415103 or 4284333. OLE color: 4284333.
HSL color Cylindrical-coordinate representation of color #AD5F41: hue angle of 16.67º 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 #AD5F41 is Cyan = 0, Magento = 0.45, Yellow = 0.62 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 95 | 65 | - |
| CMYK | 0 | 0.45 | 0.62 | 0.32 |
| HSL | 16.67º | 0.45% | 0.47% | - |
| HSV(B) | 16.67º | 0.62% | 0.68% | - |
| XYZ | 22.28 | 17.45 | 7.19 | - |
| YUV | 114.9 | 99.84 | 169.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 95 | 65 | 0 | 0.45 | 0.62 | 0.32 | 16.67 | 0.45 | 0.47 |
| Hex | AD | 5F | 41 | 0 | 2D | 3E | 20 | 11 | 2D | 2F |
| Octal | 255 | 137 | 101 | 0 | 55 | 76 | 40 | 21 | 55 | 57 |
| Binary | 10101101 | 1011111 | 1000001 | 0 | 101101 | 111110 | 100000 | 10001 | 101101 | 101111 |
Color Harmonies of #AD5F41
Complementary color
Monochromatic Colors of #AD5F41
Black with #AD5F41
Text Example
Text Example
White with #AD5F41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD5F41; }
p { color: rgb(173,95,65); }
H1.HeaderClassName
{
color: #AD5F41;
}
.AnyTagClassName
{
color: #AD5F41;
}
</style>
background-color css
<style>
a { background-color: #AD5F41; }
a { background-color: rgb(173,95,65); }
div.DivClassName
{
background-color: #AD5F41;
}
.BgClassName
{
background-color: #AD5F41;
}
</style>
border-color css
<style>
span { border-color: #AD5F41; }
span { border-color: rgb(173,95,65); }
td.TdClassName
{
border-color: #AD5F41;
}
.TagClassName
{
border-color: #AD5F41;
}
</style>