Shades of Tapestry #AD6688
Tints of Tapestry #AD6688
RGB
CMYK
RGB Variations
Color information
#AD6688 (or 0xAD6688) is known color: Tapestry. HEX triplet: AD, 66 and 88. RGB value is (173,102,136). Sum of RGB (Red+Green+Blue) = 173+102+136=411 (54% of max value = 765). Red value is 173 (67.97% from 255 or 42.09% from 411); Green value is 102 (40.23% from 255 or 24.82% from 411); Blue value is 136 (53.52% from 255 or 33.09% from 411); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6688 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD6688 is #529977. Grayscale: #7F7F7F. Windows color (decimal): -5413240 or 8939181. OLE color: 8939181.
HSL color Cylindrical-coordinate representation of color #AD6688: hue angle of 331.27º 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 #AD6688 is Cyan = 0, Magento = 0.41, Yellow = 0.21 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 102 | 136 | - |
| CMYK | 0 | 0.41 | 0.21 | 0.32 |
| HSL | 331.27º | 0.3% | 0.54% | - |
| HSV(B) | 331.27º | 0.41% | 0.68% | - |
| XYZ | 26.43 | 20.16 | 25.79 | - |
| YUV | 127.11 | 133.02 | 160.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 102 | 136 | 0 | 0.41 | 0.21 | 0.32 | 331.27 | 0.3 | 0.54 |
| Hex | AD | 66 | 88 | 0 | 29 | 15 | 20 | 14B | 1E | 36 |
| Octal | 255 | 146 | 210 | 0 | 51 | 25 | 40 | 513 | 36 | 66 |
| Binary | 10101101 | 1100110 | 10001000 | 0 | 101001 | 10101 | 100000 | 101001011 | 11110 | 110110 |
Color Harmonies of #AD6688
Complementary color
Monochromatic Colors of #AD6688
Black with #AD6688
Text Example
Text Example
White with #AD6688
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6688; }
p { color: rgb(173,102,136); }
H1.HeaderClassName
{
color: #AD6688;
}
.AnyTagClassName
{
color: #AD6688;
}
</style>
background-color css
<style>
a { background-color: #AD6688; }
a { background-color: rgb(173,102,136); }
div.DivClassName
{
background-color: #AD6688;
}
.BgClassName
{
background-color: #AD6688;
}
</style>
border-color css
<style>
span { border-color: #AD6688; }
span { border-color: rgb(173,102,136); }
td.TdClassName
{
border-color: #AD6688;
}
.TagClassName
{
border-color: #AD6688;
}
</style>