Shades of Tuscany #AD633C
Tints of Tuscany #AD633C
RGB
CMYK
RGB Variations
Color information
#AD633C (or 0xAD633C) is known color: Tuscany. HEX triplet: AD, 63 and 3C. RGB value is (173,99,60). Sum of RGB (Red+Green+Blue) = 173+99+60=332 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.11% from 332); Green value is 99 (39.06% from 255 or 29.82% from 332); Blue value is 60 (23.83% from 255 or 18.07% from 332); Max value from RGB is 173 - color contains mainly: red. Hex color #AD633C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD633C is #529CC3. Grayscale: #747474. Windows color (decimal): -5414084 or 3957677. OLE color: 3957677.
HSL color Cylindrical-coordinate representation of color #AD633C: hue angle of 20.71º 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 #AD633C is Cyan = 0, Magento = 0.43, Yellow = 0.65 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 99 | 60 | - |
| CMYK | 0 | 0.43 | 0.65 | 0.32 |
| HSL | 20.71º | 0.48% | 0.46% | - |
| HSV(B) | 20.71º | 0.65% | 0.68% | - |
| XYZ | 22.51 | 18.13 | 6.59 | - |
| YUV | 116.68 | 96.02 | 168.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 99 | 60 | 0 | 0.43 | 0.65 | 0.32 | 20.71 | 0.48 | 0.46 |
| Hex | AD | 63 | 3C | 0 | 2B | 41 | 20 | 15 | 30 | 2E |
| Octal | 255 | 143 | 74 | 0 | 53 | 101 | 40 | 25 | 60 | 56 |
| Binary | 10101101 | 1100011 | 111100 | 0 | 101011 | 1000001 | 100000 | 10101 | 110000 | 101110 |
Color Harmonies of #AD633C
Complementary color
Monochromatic Colors of #AD633C
Black with #AD633C
Text Example
Text Example
White with #AD633C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD633C; }
p { color: rgb(173,99,60); }
H1.HeaderClassName
{
color: #AD633C;
}
.AnyTagClassName
{
color: #AD633C;
}
</style>
background-color css
<style>
a { background-color: #AD633C; }
a { background-color: rgb(173,99,60); }
div.DivClassName
{
background-color: #AD633C;
}
.BgClassName
{
background-color: #AD633C;
}
</style>
border-color css
<style>
span { border-color: #AD633C; }
span { border-color: rgb(173,99,60); }
td.TdClassName
{
border-color: #AD633C;
}
.TagClassName
{
border-color: #AD633C;
}
</style>