Shades of Tuscany #AD6249
Tints of Tuscany #AD6249
RGB
CMYK
RGB Variations
Color information
#AD6249 (or 0xAD6249) is known color: Tuscany. HEX triplet: AD, 62 and 49. RGB value is (173,98,73). Sum of RGB (Red+Green+Blue) = 173+98+73=344 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.29% from 344); Green value is 98 (38.67% from 255 or 28.49% from 344); Blue value is 73 (28.91% from 255 or 21.22% from 344); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6249 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD6249 is #529DB6. Grayscale: #757575. Windows color (decimal): -5414327 or 4809389. OLE color: 4809389.
HSL color Cylindrical-coordinate representation of color #AD6249: hue angle of 15º 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 #AD6249 is Cyan = 0, Magento = 0.43, Yellow = 0.58 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 98 | 73 | - |
| CMYK | 0 | 0.43 | 0.58 | 0.32 |
| HSL | 15º | 0.41% | 0.48% | - |
| HSV(B) | 15º | 0.58% | 0.68% | - |
| XYZ | 22.8 | 18.1 | 8.6 | - |
| YUV | 117.58 | 102.85 | 167.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 98 | 73 | 0 | 0.43 | 0.58 | 0.32 | 15 | 0.41 | 0.48 |
| Hex | AD | 62 | 49 | 0 | 2B | 3A | 20 | F | 29 | 30 |
| Octal | 255 | 142 | 111 | 0 | 53 | 72 | 40 | 17 | 51 | 60 |
| Binary | 10101101 | 1100010 | 1001001 | 0 | 101011 | 111010 | 100000 | 1111 | 101001 | 110000 |
Color Harmonies of #AD6249
Complementary color
Monochromatic Colors of #AD6249
Black with #AD6249
Text Example
Text Example
White with #AD6249
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6249; }
p { color: rgb(173,98,73); }
H1.HeaderClassName
{
color: #AD6249;
}
.AnyTagClassName
{
color: #AD6249;
}
</style>
background-color css
<style>
a { background-color: #AD6249; }
a { background-color: rgb(173,98,73); }
div.DivClassName
{
background-color: #AD6249;
}
.BgClassName
{
background-color: #AD6249;
}
</style>
border-color css
<style>
span { border-color: #AD6249; }
span { border-color: rgb(173,98,73); }
td.TdClassName
{
border-color: #AD6249;
}
.TagClassName
{
border-color: #AD6249;
}
</style>