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