Shades of Tuscany #AD624B
Tints of Tuscany #AD624B
RGB
CMYK
RGB Variations
Color information
#AD624B (or 0xAD624B) is known color: Tuscany. HEX triplet: AD, 62 and 4B. RGB value is (173,98,75). Sum of RGB (Red+Green+Blue) = 173+98+75=346 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50% from 346); Green value is 98 (38.67% from 255 or 28.32% from 346); Blue value is 75 (29.69% from 255 or 21.68% from 346); Max value from RGB is 173 - color contains mainly: red. Hex color #AD624B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD624B is #529DB4. Grayscale: #757575. Windows color (decimal): -5414325 or 4940461. OLE color: 4940461.
HSL color Cylindrical-coordinate representation of color #AD624B: hue angle of 14.08º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AD624B is Cyan = 0, Magento = 0.43, Yellow = 0.57 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 98 | 75 | - |
| CMYK | 0 | 0.43 | 0.57 | 0.32 |
| HSL | 14.08º | 0.4% | 0.49% | - |
| HSV(B) | 14.08º | 0.57% | 0.68% | - |
| XYZ | 22.87 | 18.13 | 8.95 | - |
| YUV | 117.8 | 103.85 | 167.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 98 | 75 | 0 | 0.43 | 0.57 | 0.32 | 14.08 | 0.4 | 0.49 |
| Hex | AD | 62 | 4B | 0 | 2B | 39 | 20 | E | 28 | 31 |
| Octal | 255 | 142 | 113 | 0 | 53 | 71 | 40 | 16 | 50 | 61 |
| Binary | 10101101 | 1100010 | 1001011 | 0 | 101011 | 111001 | 100000 | 1110 | 101000 | 110001 |
Color Harmonies of #AD624B
Complementary color
Monochromatic Colors of #AD624B
Black with #AD624B
Text Example
Text Example
White with #AD624B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD624B; }
p { color: rgb(173,98,75); }
H1.HeaderClassName
{
color: #AD624B;
}
.AnyTagClassName
{
color: #AD624B;
}
</style>
background-color css
<style>
a { background-color: #AD624B; }
a { background-color: rgb(173,98,75); }
div.DivClassName
{
background-color: #AD624B;
}
.BgClassName
{
background-color: #AD624B;
}
</style>
border-color css
<style>
span { border-color: #AD624B; }
span { border-color: rgb(173,98,75); }
td.TdClassName
{
border-color: #AD624B;
}
.TagClassName
{
border-color: #AD624B;
}
</style>