Shades of Tuscany #AD583F
Tints of Tuscany #AD583F
RGB
CMYK
RGB Variations
Color information
#AD583F (or 0xAD583F) is known color: Tuscany. HEX triplet: AD, 58 and 3F. RGB value is (173,88,63). Sum of RGB (Red+Green+Blue) = 173+88+63=324 (42% of max value = 765). Red value is 173 (67.97% from 255 or 53.40% from 324); Green value is 88 (34.77% from 255 or 27.16% from 324); Blue value is 63 (25% from 255 or 19.44% from 324); Max value from RGB is 173 - color contains mainly: red. Hex color #AD583F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD583F is #52A7C0. Grayscale: #6E6E6E. Windows color (decimal): -5416897 or 4151469. OLE color: 4151469.
HSL color Cylindrical-coordinate representation of color #AD583F: hue angle of 13.64º 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 #AD583F is Cyan = 0, Magento = 0.49, Yellow = 0.64 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 88 | 63 | - |
| CMYK | 0 | 0.49 | 0.64 | 0.32 |
| HSL | 13.64º | 0.47% | 0.46% | - |
| HSV(B) | 13.64º | 0.64% | 0.68% | - |
| XYZ | 21.62 | 16.22 | 6.69 | - |
| YUV | 110.57 | 101.16 | 172.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 88 | 63 | 0 | 0.49 | 0.64 | 0.32 | 13.64 | 0.47 | 0.46 |
| Hex | AD | 58 | 3F | 0 | 31 | 40 | 20 | E | 2F | 2E |
| Octal | 255 | 130 | 77 | 0 | 61 | 100 | 40 | 16 | 57 | 56 |
| Binary | 10101101 | 1011000 | 111111 | 0 | 110001 | 1000000 | 100000 | 1110 | 101111 | 101110 |
Color Harmonies of #AD583F
Complementary color
Monochromatic Colors of #AD583F
Black with #AD583F
Text Example
Text Example
White with #AD583F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD583F; }
p { color: rgb(173,88,63); }
H1.HeaderClassName
{
color: #AD583F;
}
.AnyTagClassName
{
color: #AD583F;
}
</style>
background-color css
<style>
a { background-color: #AD583F; }
a { background-color: rgb(173,88,63); }
div.DivClassName
{
background-color: #AD583F;
}
.BgClassName
{
background-color: #AD583F;
}
</style>
border-color css
<style>
span { border-color: #AD583F; }
span { border-color: rgb(173,88,63); }
td.TdClassName
{
border-color: #AD583F;
}
.TagClassName
{
border-color: #AD583F;
}
</style>