Shades of Tuscany #AD6248
Tints of Tuscany #AD6248
RGB
CMYK
RGB Variations
Color information
#AD6248 (or 0xAD6248) is known color: Tuscany. HEX triplet: AD, 62 and 48. RGB value is (173,98,72). Sum of RGB (Red+Green+Blue) = 173+98+72=343 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.44% from 343); Green value is 98 (38.67% from 255 or 28.57% from 343); Blue value is 72 (28.52% from 255 or 20.99% from 343); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6248 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD6248 is #529DB7. Grayscale: #757575. Windows color (decimal): -5414328 or 4743853. OLE color: 4743853.
HSL color Cylindrical-coordinate representation of color #AD6248: hue angle of 15.45º 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 #AD6248 is Cyan = 0, Magento = 0.43, Yellow = 0.58 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 98 | 72 | - |
| CMYK | 0 | 0.43 | 0.58 | 0.32 |
| HSL | 15.45º | 0.41% | 0.48% | - |
| HSV(B) | 15.45º | 0.58% | 0.68% | - |
| XYZ | 22.77 | 18.09 | 8.42 | - |
| YUV | 117.46 | 102.35 | 167.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 98 | 72 | 0 | 0.43 | 0.58 | 0.32 | 15.45 | 0.41 | 0.48 |
| Hex | AD | 62 | 48 | 0 | 2B | 3A | 20 | F | 29 | 30 |
| Octal | 255 | 142 | 110 | 0 | 53 | 72 | 40 | 17 | 51 | 60 |
| Binary | 10101101 | 1100010 | 1001000 | 0 | 101011 | 111010 | 100000 | 1111 | 101001 | 110000 |
Color Harmonies of #AD6248
Complementary color
Monochromatic Colors of #AD6248
Black with #AD6248
Text Example
Text Example
White with #AD6248
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6248; }
p { color: rgb(173,98,72); }
H1.HeaderClassName
{
color: #AD6248;
}
.AnyTagClassName
{
color: #AD6248;
}
</style>
background-color css
<style>
a { background-color: #AD6248; }
a { background-color: rgb(173,98,72); }
div.DivClassName
{
background-color: #AD6248;
}
.BgClassName
{
background-color: #AD6248;
}
</style>
border-color css
<style>
span { border-color: #AD6248; }
span { border-color: rgb(173,98,72); }
td.TdClassName
{
border-color: #AD6248;
}
.TagClassName
{
border-color: #AD6248;
}
</style>