Shades of Tuscany #AD603C
Tints of Tuscany #AD603C
RGB
CMYK
RGB Variations
Color information
#AD603C (or 0xAD603C) is known color: Tuscany. HEX triplet: AD, 60 and 3C. RGB value is (173,96,60). Sum of RGB (Red+Green+Blue) = 173+96+60=329 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.58% from 329); Green value is 96 (37.89% from 255 or 29.18% from 329); Blue value is 60 (23.83% from 255 or 18.24% from 329); Max value from RGB is 173 - color contains mainly: red. Hex color #AD603C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD603C is #529FC3. Grayscale: #737373. Windows color (decimal): -5414852 or 3956909. OLE color: 3956909.
HSL color Cylindrical-coordinate representation of color #AD603C: hue angle of 19.12º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AD603C is Cyan = 0, Magento = 0.45, Yellow = 0.65 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 96 | 60 | - |
| CMYK | 0 | 0.45 | 0.65 | 0.32 |
| HSL | 19.12º | 0.48% | 0.46% | - |
| HSV(B) | 19.12º | 0.65% | 0.68% | - |
| XYZ | 22.23 | 17.58 | 6.5 | - |
| YUV | 114.92 | 97.01 | 169.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 96 | 60 | 0 | 0.45 | 0.65 | 0.32 | 19.12 | 0.48 | 0.46 |
| Hex | AD | 60 | 3C | 0 | 2D | 41 | 20 | 13 | 30 | 2E |
| Octal | 255 | 140 | 74 | 0 | 55 | 101 | 40 | 23 | 60 | 56 |
| Binary | 10101101 | 1100000 | 111100 | 0 | 101101 | 1000001 | 100000 | 10011 | 110000 | 101110 |
Color Harmonies of #AD603C
Complementary color
Monochromatic Colors of #AD603C
Black with #AD603C
Text Example
Text Example
White with #AD603C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD603C; }
p { color: rgb(173,96,60); }
H1.HeaderClassName
{
color: #AD603C;
}
.AnyTagClassName
{
color: #AD603C;
}
</style>
background-color css
<style>
a { background-color: #AD603C; }
a { background-color: rgb(173,96,60); }
div.DivClassName
{
background-color: #AD603C;
}
.BgClassName
{
background-color: #AD603C;
}
</style>
border-color css
<style>
span { border-color: #AD603C; }
span { border-color: rgb(173,96,60); }
td.TdClassName
{
border-color: #AD603C;
}
.TagClassName
{
border-color: #AD603C;
}
</style>