Shades of Tuscany #AD623F
Tints of Tuscany #AD623F
RGB
CMYK
RGB Variations
Color information
#AD623F (or 0xAD623F) is known color: Tuscany. HEX triplet: AD, 62 and 3F. RGB value is (173,98,63). Sum of RGB (Red+Green+Blue) = 173+98+63=334 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.80% from 334); Green value is 98 (38.67% from 255 or 29.34% from 334); Blue value is 63 (25% from 255 or 18.86% from 334); Max value from RGB is 173 - color contains mainly: red. Hex color #AD623F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD623F is #529DC0. Grayscale: #747474. Windows color (decimal): -5414337 or 4154029. OLE color: 4154029.
HSL color Cylindrical-coordinate representation of color #AD623F: hue angle of 19.09º degrees, saturation: 0.47, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AD623F is Cyan = 0, Magento = 0.43, Yellow = 0.64 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 98 | 63 | - |
| CMYK | 0 | 0.43 | 0.64 | 0.32 |
| HSL | 19.09º | 0.47% | 0.46% | - |
| HSV(B) | 19.09º | 0.64% | 0.68% | - |
| XYZ | 22.5 | 17.98 | 6.99 | - |
| YUV | 116.44 | 97.85 | 168.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 98 | 63 | 0 | 0.43 | 0.64 | 0.32 | 19.09 | 0.47 | 0.46 |
| Hex | AD | 62 | 3F | 0 | 2B | 40 | 20 | 13 | 2F | 2E |
| Octal | 255 | 142 | 77 | 0 | 53 | 100 | 40 | 23 | 57 | 56 |
| Binary | 10101101 | 1100010 | 111111 | 0 | 101011 | 1000000 | 100000 | 10011 | 101111 | 101110 |
Color Harmonies of #AD623F
Complementary color
Monochromatic Colors of #AD623F
Black with #AD623F
Text Example
Text Example
White with #AD623F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD623F; }
p { color: rgb(173,98,63); }
H1.HeaderClassName
{
color: #AD623F;
}
.AnyTagClassName
{
color: #AD623F;
}
</style>
background-color css
<style>
a { background-color: #AD623F; }
a { background-color: rgb(173,98,63); }
div.DivClassName
{
background-color: #AD623F;
}
.BgClassName
{
background-color: #AD623F;
}
</style>
border-color css
<style>
span { border-color: #AD623F; }
span { border-color: rgb(173,98,63); }
td.TdClassName
{
border-color: #AD623F;
}
.TagClassName
{
border-color: #AD623F;
}
</style>