Shades of Tuscany #AD614B
Tints of Tuscany #AD614B
RGB
CMYK
RGB Variations
Color information
#AD614B (or 0xAD614B) is known color: Tuscany. HEX triplet: AD, 61 and 4B. RGB value is (173,97,75). Sum of RGB (Red+Green+Blue) = 173+97+75=345 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.14% from 345); Green value is 97 (38.28% from 255 or 28.12% from 345); Blue value is 75 (29.69% from 255 or 21.74% from 345); Max value from RGB is 173 - color contains mainly: red. Hex color #AD614B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD614B is #529EB4. Grayscale: #757575. Windows color (decimal): -5414581 or 4940205. OLE color: 4940205.
HSL color Cylindrical-coordinate representation of color #AD614B: hue angle of 13.47º 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 #AD614B is Cyan = 0, Magento = 0.44, Yellow = 0.57 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 97 | 75 | - |
| CMYK | 0 | 0.44 | 0.57 | 0.32 |
| HSL | 13.47º | 0.4% | 0.49% | - |
| HSV(B) | 13.47º | 0.57% | 0.68% | - |
| XYZ | 22.78 | 17.94 | 8.92 | - |
| YUV | 117.22 | 104.18 | 167.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 97 | 75 | 0 | 0.44 | 0.57 | 0.32 | 13.47 | 0.4 | 0.49 |
| Hex | AD | 61 | 4B | 0 | 2C | 39 | 20 | D | 28 | 31 |
| Octal | 255 | 141 | 113 | 0 | 54 | 71 | 40 | 15 | 50 | 61 |
| Binary | 10101101 | 1100001 | 1001011 | 0 | 101100 | 111001 | 100000 | 1101 | 101000 | 110001 |
Color Harmonies of #AD614B
Complementary color
Monochromatic Colors of #AD614B
Black with #AD614B
Text Example
Text Example
White with #AD614B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD614B; }
p { color: rgb(173,97,75); }
H1.HeaderClassName
{
color: #AD614B;
}
.AnyTagClassName
{
color: #AD614B;
}
</style>
background-color css
<style>
a { background-color: #AD614B; }
a { background-color: rgb(173,97,75); }
div.DivClassName
{
background-color: #AD614B;
}
.BgClassName
{
background-color: #AD614B;
}
</style>
border-color css
<style>
span { border-color: #AD614B; }
span { border-color: rgb(173,97,75); }
td.TdClassName
{
border-color: #AD614B;
}
.TagClassName
{
border-color: #AD614B;
}
</style>