Shades of Tuscany #AD5A40
Tints of Tuscany #AD5A40
RGB
CMYK
RGB Variations
Color information
#AD5A40 (or 0xAD5A40) is known color: Tuscany. HEX triplet: AD, 5A and 40. RGB value is (173,90,64). Sum of RGB (Red+Green+Blue) = 173+90+64=327 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.91% from 327); Green value is 90 (35.55% from 255 or 27.52% from 327); Blue value is 64 (25.39% from 255 or 19.57% from 327); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5A40 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD5A40 is #52A5BF. Grayscale: #707070. Windows color (decimal): -5416384 or 4217517. OLE color: 4217517.
HSL color Cylindrical-coordinate representation of color #AD5A40: hue angle of 14.31º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AD5A40 is Cyan = 0, Magento = 0.48, Yellow = 0.63 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 90 | 64 | - |
| CMYK | 0 | 0.48 | 0.63 | 0.32 |
| HSL | 14.31º | 0.46% | 0.46% | - |
| HSV(B) | 14.31º | 0.63% | 0.68% | - |
| XYZ | 21.82 | 16.57 | 6.9 | - |
| YUV | 111.85 | 101 | 171.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 90 | 64 | 0 | 0.48 | 0.63 | 0.32 | 14.31 | 0.46 | 0.46 |
| Hex | AD | 5A | 40 | 0 | 30 | 3F | 20 | E | 2E | 2E |
| Octal | 255 | 132 | 100 | 0 | 60 | 77 | 40 | 16 | 56 | 56 |
| Binary | 10101101 | 1011010 | 1000000 | 0 | 110000 | 111111 | 100000 | 1110 | 101110 | 101110 |
Color Harmonies of #AD5A40
Complementary color
Monochromatic Colors of #AD5A40
Black with #AD5A40
Text Example
Text Example
White with #AD5A40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD5A40; }
p { color: rgb(173,90,64); }
H1.HeaderClassName
{
color: #AD5A40;
}
.AnyTagClassName
{
color: #AD5A40;
}
</style>
background-color css
<style>
a { background-color: #AD5A40; }
a { background-color: rgb(173,90,64); }
div.DivClassName
{
background-color: #AD5A40;
}
.BgClassName
{
background-color: #AD5A40;
}
</style>
border-color css
<style>
span { border-color: #AD5A40; }
span { border-color: rgb(173,90,64); }
td.TdClassName
{
border-color: #AD5A40;
}
.TagClassName
{
border-color: #AD5A40;
}
</style>