Shades of Tuscany #AD603E
Tints of Tuscany #AD603E
RGB
CMYK
RGB Variations
Color information
#AD603E (or 0xAD603E) is known color: Tuscany. HEX triplet: AD, 60 and 3E. RGB value is (173,96,62). Sum of RGB (Red+Green+Blue) = 173+96+62=331 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.27% from 331); Green value is 96 (37.89% from 255 or 29.00% from 331); Blue value is 62 (24.61% from 255 or 18.73% from 331); Max value from RGB is 173 - color contains mainly: red. Hex color #AD603E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD603E is #529FC1. Grayscale: #737373. Windows color (decimal): -5414850 or 4087981. OLE color: 4087981.
HSL color Cylindrical-coordinate representation of color #AD603E: hue angle of 18.38º 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 #AD603E is Cyan = 0, Magento = 0.45, Yellow = 0.64 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 96 | 62 | - |
| CMYK | 0 | 0.45 | 0.64 | 0.32 |
| HSL | 18.38º | 0.47% | 0.46% | - |
| HSV(B) | 18.38º | 0.64% | 0.68% | - |
| XYZ | 22.29 | 17.6 | 6.78 | - |
| YUV | 115.15 | 98.01 | 169.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 96 | 62 | 0 | 0.45 | 0.64 | 0.32 | 18.38 | 0.47 | 0.46 |
| Hex | AD | 60 | 3E | 0 | 2D | 40 | 20 | 12 | 2F | 2E |
| Octal | 255 | 140 | 76 | 0 | 55 | 100 | 40 | 22 | 57 | 56 |
| Binary | 10101101 | 1100000 | 111110 | 0 | 101101 | 1000000 | 100000 | 10010 | 101111 | 101110 |
Color Harmonies of #AD603E
Complementary color
Monochromatic Colors of #AD603E
Black with #AD603E
Text Example
Text Example
White with #AD603E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD603E; }
p { color: rgb(173,96,62); }
H1.HeaderClassName
{
color: #AD603E;
}
.AnyTagClassName
{
color: #AD603E;
}
</style>
background-color css
<style>
a { background-color: #AD603E; }
a { background-color: rgb(173,96,62); }
div.DivClassName
{
background-color: #AD603E;
}
.BgClassName
{
background-color: #AD603E;
}
</style>
border-color css
<style>
span { border-color: #AD603E; }
span { border-color: rgb(173,96,62); }
td.TdClassName
{
border-color: #AD603E;
}
.TagClassName
{
border-color: #AD603E;
}
</style>