Shades of Tuscany #AD643C
Tints of Tuscany #AD643C
RGB
CMYK
RGB Variations
Color information
#AD643C (or 0xAD643C) is known color: Tuscany. HEX triplet: AD, 64 and 3C. RGB value is (173,100,60). Sum of RGB (Red+Green+Blue) = 173+100+60=333 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.95% from 333); Green value is 100 (39.45% from 255 or 30.03% from 333); Blue value is 60 (23.83% from 255 or 18.02% from 333); Max value from RGB is 173 - color contains mainly: red. Hex color #AD643C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD643C is #529BC3. Grayscale: #757575. Windows color (decimal): -5413828 or 3957933. OLE color: 3957933.
HSL color Cylindrical-coordinate representation of color #AD643C: hue angle of 21.24º 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 #AD643C is Cyan = 0, Magento = 0.42, Yellow = 0.65 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 100 | 60 | - |
| CMYK | 0 | 0.42 | 0.65 | 0.32 |
| HSL | 21.24º | 0.48% | 0.46% | - |
| HSV(B) | 21.24º | 0.65% | 0.68% | - |
| XYZ | 22.61 | 18.32 | 6.62 | - |
| YUV | 117.27 | 95.68 | 167.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 100 | 60 | 0 | 0.42 | 0.65 | 0.32 | 21.24 | 0.48 | 0.46 |
| Hex | AD | 64 | 3C | 0 | 2A | 41 | 20 | 15 | 30 | 2E |
| Octal | 255 | 144 | 74 | 0 | 52 | 101 | 40 | 25 | 60 | 56 |
| Binary | 10101101 | 1100100 | 111100 | 0 | 101010 | 1000001 | 100000 | 10101 | 110000 | 101110 |
Color Harmonies of #AD643C
Complementary color
Monochromatic Colors of #AD643C
Black with #AD643C
Text Example
Text Example
White with #AD643C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD643C; }
p { color: rgb(173,100,60); }
H1.HeaderClassName
{
color: #AD643C;
}
.AnyTagClassName
{
color: #AD643C;
}
</style>
background-color css
<style>
a { background-color: #AD643C; }
a { background-color: rgb(173,100,60); }
div.DivClassName
{
background-color: #AD643C;
}
.BgClassName
{
background-color: #AD643C;
}
</style>
border-color css
<style>
span { border-color: #AD643C; }
span { border-color: rgb(173,100,60); }
td.TdClassName
{
border-color: #AD643C;
}
.TagClassName
{
border-color: #AD643C;
}
</style>