Shades of Tuscany #AD633D
Tints of Tuscany #AD633D
RGB
CMYK
RGB Variations
Color information
#AD633D (or 0xAD633D) is known color: Tuscany. HEX triplet: AD, 63 and 3D. RGB value is (173,99,61). Sum of RGB (Red+Green+Blue) = 173+99+61=333 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.95% from 333); Green value is 99 (39.06% from 255 or 29.73% from 333); Blue value is 61 (24.22% from 255 or 18.32% from 333); Max value from RGB is 173 - color contains mainly: red. Hex color #AD633D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD633D is #529CC2. Grayscale: #757575. Windows color (decimal): -5414083 or 4023213. OLE color: 4023213.
HSL color Cylindrical-coordinate representation of color #AD633D: hue angle of 20.36º 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 #AD633D is Cyan = 0, Magento = 0.43, Yellow = 0.65 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 99 | 61 | - |
| CMYK | 0 | 0.43 | 0.65 | 0.32 |
| HSL | 20.36º | 0.48% | 0.46% | - |
| HSV(B) | 20.36º | 0.65% | 0.68% | - |
| XYZ | 22.54 | 18.14 | 6.73 | - |
| YUV | 116.79 | 96.52 | 168.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 99 | 61 | 0 | 0.43 | 0.65 | 0.32 | 20.36 | 0.48 | 0.46 |
| Hex | AD | 63 | 3D | 0 | 2B | 41 | 20 | 14 | 30 | 2E |
| Octal | 255 | 143 | 75 | 0 | 53 | 101 | 40 | 24 | 60 | 56 |
| Binary | 10101101 | 1100011 | 111101 | 0 | 101011 | 1000001 | 100000 | 10100 | 110000 | 101110 |
Color Harmonies of #AD633D
Complementary color
Monochromatic Colors of #AD633D
Black with #AD633D
Text Example
Text Example
White with #AD633D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD633D; }
p { color: rgb(173,99,61); }
H1.HeaderClassName
{
color: #AD633D;
}
.AnyTagClassName
{
color: #AD633D;
}
</style>
background-color css
<style>
a { background-color: #AD633D; }
a { background-color: rgb(173,99,61); }
div.DivClassName
{
background-color: #AD633D;
}
.BgClassName
{
background-color: #AD633D;
}
</style>
border-color css
<style>
span { border-color: #AD633D; }
span { border-color: rgb(173,99,61); }
td.TdClassName
{
border-color: #AD633D;
}
.TagClassName
{
border-color: #AD633D;
}
</style>