Shades of Tapestry #AD6180
Tints of Tapestry #AD6180
RGB
CMYK
RGB Variations
Color information
#AD6180 (or 0xAD6180) is known color: Tapestry. HEX triplet: AD, 61 and 80. RGB value is (173,97,128). Sum of RGB (Red+Green+Blue) = 173+97+128=398 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.47% from 398); Green value is 97 (38.28% from 255 or 24.37% from 398); Blue value is 128 (50.39% from 255 or 32.16% from 398); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6180 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD6180 is #529E7F. Grayscale: #7B7B7B. Windows color (decimal): -5414528 or 8413613. OLE color: 8413613.
HSL color Cylindrical-coordinate representation of color #AD6180: hue angle of 335.53º degrees, saturation: 0.32, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AD6180 is Cyan = 0, Magento = 0.44, Yellow = 0.26 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 97 | 128 | - |
| CMYK | 0 | 0.44 | 0.26 | 0.32 |
| HSL | 335.53º | 0.32% | 0.53% | - |
| HSV(B) | 335.53º | 0.44% | 0.68% | - |
| XYZ | 25.4 | 18.99 | 22.75 | - |
| YUV | 123.26 | 130.68 | 163.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 97 | 128 | 0 | 0.44 | 0.26 | 0.32 | 335.53 | 0.32 | 0.53 |
| Hex | AD | 61 | 80 | 0 | 2C | 1A | 20 | 150 | 20 | 35 |
| Octal | 255 | 141 | 200 | 0 | 54 | 32 | 40 | 520 | 40 | 65 |
| Binary | 10101101 | 1100001 | 10000000 | 0 | 101100 | 11010 | 100000 | 101010000 | 100000 | 110101 |
Color Harmonies of #AD6180
Complementary color
Monochromatic Colors of #AD6180
Black with #AD6180
Text Example
Text Example
White with #AD6180
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6180; }
p { color: rgb(173,97,128); }
H1.HeaderClassName
{
color: #AD6180;
}
.AnyTagClassName
{
color: #AD6180;
}
</style>
background-color css
<style>
a { background-color: #AD6180; }
a { background-color: rgb(173,97,128); }
div.DivClassName
{
background-color: #AD6180;
}
.BgClassName
{
background-color: #AD6180;
}
</style>
border-color css
<style>
span { border-color: #AD6180; }
span { border-color: rgb(173,97,128); }
td.TdClassName
{
border-color: #AD6180;
}
.TagClassName
{
border-color: #AD6180;
}
</style>