Shades of Tuscany #AD6045
Tints of Tuscany #AD6045
RGB
CMYK
RGB Variations
Color information
#AD6045 (or 0xAD6045) is known color: Tuscany. HEX triplet: AD, 60 and 45. RGB value is (173,96,69). Sum of RGB (Red+Green+Blue) = 173+96+69=338 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.18% from 338); Green value is 96 (37.89% from 255 or 28.40% from 338); Blue value is 69 (27.34% from 255 or 20.41% from 338); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6045 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD6045 is #529FBA. Grayscale: #747474. Windows color (decimal): -5414843 or 4546733. OLE color: 4546733.
HSL color Cylindrical-coordinate representation of color #AD6045: hue angle of 15.58º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AD6045 is Cyan = 0, Magento = 0.45, Yellow = 0.60 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 96 | 69 | - |
| CMYK | 0 | 0.45 | 0.60 | 0.32 |
| HSL | 15.58º | 0.43% | 0.47% | - |
| HSV(B) | 15.58º | 0.6% | 0.68% | - |
| XYZ | 22.49 | 17.68 | 7.86 | - |
| YUV | 115.95 | 101.51 | 168.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 96 | 69 | 0 | 0.45 | 0.60 | 0.32 | 15.58 | 0.43 | 0.47 |
| Hex | AD | 60 | 45 | 0 | 2D | 3C | 20 | 10 | 2B | 2F |
| Octal | 255 | 140 | 105 | 0 | 55 | 74 | 40 | 20 | 53 | 57 |
| Binary | 10101101 | 1100000 | 1000101 | 0 | 101101 | 111100 | 100000 | 10000 | 101011 | 101111 |
Color Harmonies of #AD6045
Complementary color
Monochromatic Colors of #AD6045
Black with #AD6045
Text Example
Text Example
White with #AD6045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6045; }
p { color: rgb(173,96,69); }
H1.HeaderClassName
{
color: #AD6045;
}
.AnyTagClassName
{
color: #AD6045;
}
</style>
background-color css
<style>
a { background-color: #AD6045; }
a { background-color: rgb(173,96,69); }
div.DivClassName
{
background-color: #AD6045;
}
.BgClassName
{
background-color: #AD6045;
}
</style>
border-color css
<style>
span { border-color: #AD6045; }
span { border-color: rgb(173,96,69); }
td.TdClassName
{
border-color: #AD6045;
}
.TagClassName
{
border-color: #AD6045;
}
</style>