Shades of Tuscany #AD613F
Tints of Tuscany #AD613F
RGB
CMYK
RGB Variations
Color information
#AD613F (or 0xAD613F) is known color: Tuscany. HEX triplet: AD, 61 and 3F. RGB value is (173,97,63). Sum of RGB (Red+Green+Blue) = 173+97+63=333 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.95% from 333); Green value is 97 (38.28% from 255 or 29.13% from 333); Blue value is 63 (25% from 255 or 18.92% from 333); Max value from RGB is 173 - color contains mainly: red. Hex color #AD613F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD613F is #529EC0. Grayscale: #747474. Windows color (decimal): -5414593 or 4153773. OLE color: 4153773.
HSL color Cylindrical-coordinate representation of color #AD613F: hue angle of 18.55º degrees, saturation: 0.47, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AD613F is Cyan = 0, Magento = 0.44, Yellow = 0.64 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 97 | 63 | - |
| CMYK | 0 | 0.44 | 0.64 | 0.32 |
| HSL | 18.55º | 0.47% | 0.46% | - |
| HSV(B) | 18.55º | 0.64% | 0.68% | - |
| XYZ | 22.41 | 17.79 | 6.96 | - |
| YUV | 115.85 | 98.18 | 168.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 97 | 63 | 0 | 0.44 | 0.64 | 0.32 | 18.55 | 0.47 | 0.46 |
| Hex | AD | 61 | 3F | 0 | 2C | 40 | 20 | 13 | 2F | 2E |
| Octal | 255 | 141 | 77 | 0 | 54 | 100 | 40 | 23 | 57 | 56 |
| Binary | 10101101 | 1100001 | 111111 | 0 | 101100 | 1000000 | 100000 | 10011 | 101111 | 101110 |
Color Harmonies of #AD613F
Complementary color
Monochromatic Colors of #AD613F
Black with #AD613F
Text Example
Text Example
White with #AD613F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD613F; }
p { color: rgb(173,97,63); }
H1.HeaderClassName
{
color: #AD613F;
}
.AnyTagClassName
{
color: #AD613F;
}
</style>
background-color css
<style>
a { background-color: #AD613F; }
a { background-color: rgb(173,97,63); }
div.DivClassName
{
background-color: #AD613F;
}
.BgClassName
{
background-color: #AD613F;
}
</style>
border-color css
<style>
span { border-color: #AD613F; }
span { border-color: rgb(173,97,63); }
td.TdClassName
{
border-color: #AD613F;
}
.TagClassName
{
border-color: #AD613F;
}
</style>