Shades of Tuscany #AD6144
Tints of Tuscany #AD6144
RGB
CMYK
RGB Variations
Color information
#AD6144 (or 0xAD6144) is known color: Tuscany. HEX triplet: AD, 61 and 44. RGB value is (173,97,68). Sum of RGB (Red+Green+Blue) = 173+97+68=338 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.18% from 338); Green value is 97 (38.28% from 255 or 28.70% from 338); Blue value is 68 (26.95% from 255 or 20.12% from 338); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6144 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD6144 is #529EBB. Grayscale: #747474. Windows color (decimal): -5414588 or 4481453. OLE color: 4481453.
HSL color Cylindrical-coordinate representation of color #AD6144: hue angle of 16.57º degrees, saturation: 0.44, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AD6144 is Cyan = 0, Magento = 0.44, Yellow = 0.61 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 97 | 68 | - |
| CMYK | 0 | 0.44 | 0.61 | 0.32 |
| HSL | 16.57º | 0.44% | 0.47% | - |
| HSV(B) | 16.57º | 0.61% | 0.68% | - |
| XYZ | 22.55 | 17.85 | 7.73 | - |
| YUV | 116.42 | 100.68 | 168.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 97 | 68 | 0 | 0.44 | 0.61 | 0.32 | 16.57 | 0.44 | 0.47 |
| Hex | AD | 61 | 44 | 0 | 2C | 3D | 20 | 11 | 2C | 2F |
| Octal | 255 | 141 | 104 | 0 | 54 | 75 | 40 | 21 | 54 | 57 |
| Binary | 10101101 | 1100001 | 1000100 | 0 | 101100 | 111101 | 100000 | 10001 | 101100 | 101111 |
Color Harmonies of #AD6144
Complementary color
Monochromatic Colors of #AD6144
Black with #AD6144
Text Example
Text Example
White with #AD6144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6144; }
p { color: rgb(173,97,68); }
H1.HeaderClassName
{
color: #AD6144;
}
.AnyTagClassName
{
color: #AD6144;
}
</style>
background-color css
<style>
a { background-color: #AD6144; }
a { background-color: rgb(173,97,68); }
div.DivClassName
{
background-color: #AD6144;
}
.BgClassName
{
background-color: #AD6144;
}
</style>
border-color css
<style>
span { border-color: #AD6144; }
span { border-color: rgb(173,97,68); }
td.TdClassName
{
border-color: #AD6144;
}
.TagClassName
{
border-color: #AD6144;
}
</style>