Shades of Tuscany #AD5E3D
Tints of Tuscany #AD5E3D
RGB
CMYK
RGB Variations
Color information
#AD5E3D (or 0xAD5E3D) is known color: Tuscany. HEX triplet: AD, 5E and 3D. RGB value is (173,94,61). Sum of RGB (Red+Green+Blue) = 173+94+61=328 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.74% from 328); Green value is 94 (37.11% from 255 or 28.66% from 328); Blue value is 61 (24.22% from 255 or 18.60% from 328); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5E3D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD5E3D is #52A1C2. Grayscale: #727272. Windows color (decimal): -5415363 or 4021933. OLE color: 4021933.
HSL color Cylindrical-coordinate representation of color #AD5E3D: hue angle of 17.68º 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 #AD5E3D is Cyan = 0, Magento = 0.46, Yellow = 0.65 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 94 | 61 | - |
| CMYK | 0 | 0.46 | 0.65 | 0.32 |
| HSL | 17.68º | 0.48% | 0.46% | - |
| HSV(B) | 17.68º | 0.65% | 0.68% | - |
| XYZ | 22.08 | 17.23 | 6.58 | - |
| YUV | 113.86 | 98.17 | 170.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 94 | 61 | 0 | 0.46 | 0.65 | 0.32 | 17.68 | 0.48 | 0.46 |
| Hex | AD | 5E | 3D | 0 | 2E | 41 | 20 | 12 | 30 | 2E |
| Octal | 255 | 136 | 75 | 0 | 56 | 101 | 40 | 22 | 60 | 56 |
| Binary | 10101101 | 1011110 | 111101 | 0 | 101110 | 1000001 | 100000 | 10010 | 110000 | 101110 |
Color Harmonies of #AD5E3D
Complementary color
Monochromatic Colors of #AD5E3D
Black with #AD5E3D
Text Example
Text Example
White with #AD5E3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD5E3D; }
p { color: rgb(173,94,61); }
H1.HeaderClassName
{
color: #AD5E3D;
}
.AnyTagClassName
{
color: #AD5E3D;
}
</style>
background-color css
<style>
a { background-color: #AD5E3D; }
a { background-color: rgb(173,94,61); }
div.DivClassName
{
background-color: #AD5E3D;
}
.BgClassName
{
background-color: #AD5E3D;
}
</style>
border-color css
<style>
span { border-color: #AD5E3D; }
span { border-color: rgb(173,94,61); }
td.TdClassName
{
border-color: #AD5E3D;
}
.TagClassName
{
border-color: #AD5E3D;
}
</style>