Shades of Tuscany #AD6448
Tints of Tuscany #AD6448
RGB
CMYK
RGB Variations
Color information
#AD6448 (or 0xAD6448) is known color: Tuscany. HEX triplet: AD, 64 and 48. RGB value is (173,100,72). Sum of RGB (Red+Green+Blue) = 173+100+72=345 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.14% from 345); Green value is 100 (39.45% from 255 or 28.99% from 345); Blue value is 72 (28.52% from 255 or 20.87% from 345); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6448 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD6448 is #529BB7. Grayscale: #767676. Windows color (decimal): -5413816 or 4744365. OLE color: 4744365.
HSL color Cylindrical-coordinate representation of color #AD6448: hue angle of 16.63º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AD6448 is Cyan = 0, Magento = 0.42, Yellow = 0.58 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 100 | 72 | - |
| CMYK | 0 | 0.42 | 0.58 | 0.32 |
| HSL | 16.63º | 0.41% | 0.48% | - |
| HSV(B) | 16.63º | 0.58% | 0.68% | - |
| XYZ | 22.96 | 18.47 | 8.49 | - |
| YUV | 118.64 | 101.68 | 166.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 100 | 72 | 0 | 0.42 | 0.58 | 0.32 | 16.63 | 0.41 | 0.48 |
| Hex | AD | 64 | 48 | 0 | 2A | 3A | 20 | 11 | 29 | 30 |
| Octal | 255 | 144 | 110 | 0 | 52 | 72 | 40 | 21 | 51 | 60 |
| Binary | 10101101 | 1100100 | 1001000 | 0 | 101010 | 111010 | 100000 | 10001 | 101001 | 110000 |
Color Harmonies of #AD6448
Complementary color
Monochromatic Colors of #AD6448
Black with #AD6448
Text Example
Text Example
White with #AD6448
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6448; }
p { color: rgb(173,100,72); }
H1.HeaderClassName
{
color: #AD6448;
}
.AnyTagClassName
{
color: #AD6448;
}
</style>
background-color css
<style>
a { background-color: #AD6448; }
a { background-color: rgb(173,100,72); }
div.DivClassName
{
background-color: #AD6448;
}
.BgClassName
{
background-color: #AD6448;
}
</style>
border-color css
<style>
span { border-color: #AD6448; }
span { border-color: rgb(173,100,72); }
td.TdClassName
{
border-color: #AD6448;
}
.TagClassName
{
border-color: #AD6448;
}
</style>