Shades of Tuscany #AD6139
Tints of Tuscany #AD6139
RGB
CMYK
RGB Variations
Color information
#AD6139 (or 0xAD6139) is known color: Tuscany. HEX triplet: AD, 61 and 39. RGB value is (173,97,57). Sum of RGB (Red+Green+Blue) = 173+97+57=327 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.91% from 327); Green value is 97 (38.28% from 255 or 29.66% from 327); Blue value is 57 (22.66% from 255 or 17.43% from 327); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6139 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD6139 is #529EC6. Grayscale: #737373. Windows color (decimal): -5414599 or 3760557. OLE color: 3760557.
HSL color Cylindrical-coordinate representation of color #AD6139: hue angle of 20.69º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AD6139 is Cyan = 0, Magento = 0.44, Yellow = 0.67 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 97 | 57 | - |
| CMYK | 0 | 0.44 | 0.67 | 0.32 |
| HSL | 20.69º | 0.5% | 0.45% | - |
| HSV(B) | 20.69º | 0.67% | 0.68% | - |
| XYZ | 22.25 | 17.73 | 6.12 | - |
| YUV | 115.16 | 95.18 | 169.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 97 | 57 | 0 | 0.44 | 0.67 | 0.32 | 20.69 | 0.5 | 0.45 |
| Hex | AD | 61 | 39 | 0 | 2C | 43 | 20 | 15 | 32 | 2D |
| Octal | 255 | 141 | 71 | 0 | 54 | 103 | 40 | 25 | 62 | 55 |
| Binary | 10101101 | 1100001 | 111001 | 0 | 101100 | 1000011 | 100000 | 10101 | 110010 | 101101 |
Color Harmonies of #AD6139
Complementary color
Monochromatic Colors of #AD6139
Black with #AD6139
Text Example
Text Example
White with #AD6139
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6139; }
p { color: rgb(173,97,57); }
H1.HeaderClassName
{
color: #AD6139;
}
.AnyTagClassName
{
color: #AD6139;
}
</style>
background-color css
<style>
a { background-color: #AD6139; }
a { background-color: rgb(173,97,57); }
div.DivClassName
{
background-color: #AD6139;
}
.BgClassName
{
background-color: #AD6139;
}
</style>
border-color css
<style>
span { border-color: #AD6139; }
span { border-color: rgb(173,97,57); }
td.TdClassName
{
border-color: #AD6139;
}
.TagClassName
{
border-color: #AD6139;
}
</style>