Shades of Tapestry #AD6680
Tints of Tapestry #AD6680
RGB
CMYK
RGB Variations
Color information
#AD6680 (or 0xAD6680) is known color: Tapestry. HEX triplet: AD, 66 and 80. RGB value is (173,102,128). Sum of RGB (Red+Green+Blue) = 173+102+128=403 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.93% from 403); Green value is 102 (40.23% from 255 or 25.31% from 403); Blue value is 128 (50.39% from 255 or 31.76% from 403); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6680 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD6680 is #52997F. Grayscale: #7E7E7E. Windows color (decimal): -5413248 or 8414893. OLE color: 8414893.
HSL color Cylindrical-coordinate representation of color #AD6680: hue angle of 338.03º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AD6680 is Cyan = 0, Magento = 0.41, Yellow = 0.26 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 102 | 128 | - |
| CMYK | 0 | 0.41 | 0.26 | 0.32 |
| HSL | 338.03º | 0.3% | 0.54% | - |
| HSV(B) | 338.03º | 0.41% | 0.68% | - |
| XYZ | 25.88 | 19.95 | 22.91 | - |
| YUV | 126.19 | 129.02 | 161.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 102 | 128 | 0 | 0.41 | 0.26 | 0.32 | 338.03 | 0.3 | 0.54 |
| Hex | AD | 66 | 80 | 0 | 29 | 1A | 20 | 152 | 1E | 36 |
| Octal | 255 | 146 | 200 | 0 | 51 | 32 | 40 | 522 | 36 | 66 |
| Binary | 10101101 | 1100110 | 10000000 | 0 | 101001 | 11010 | 100000 | 101010010 | 11110 | 110110 |
Color Harmonies of #AD6680
Complementary color
Monochromatic Colors of #AD6680
Black with #AD6680
Text Example
Text Example
White with #AD6680
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6680; }
p { color: rgb(173,102,128); }
H1.HeaderClassName
{
color: #AD6680;
}
.AnyTagClassName
{
color: #AD6680;
}
</style>
background-color css
<style>
a { background-color: #AD6680; }
a { background-color: rgb(173,102,128); }
div.DivClassName
{
background-color: #AD6680;
}
.BgClassName
{
background-color: #AD6680;
}
</style>
border-color css
<style>
span { border-color: #AD6680; }
span { border-color: rgb(173,102,128); }
td.TdClassName
{
border-color: #AD6680;
}
.TagClassName
{
border-color: #AD6680;
}
</style>