Shades of Tapestry #AD6888
Tints of Tapestry #AD6888
RGB
CMYK
RGB Variations
Color information
#AD6888 (or 0xAD6888) is known color: Tapestry. HEX triplet: AD, 68 and 88. RGB value is (173,104,136). Sum of RGB (Red+Green+Blue) = 173+104+136=413 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.89% from 413); Green value is 104 (41.02% from 255 or 25.18% from 413); Blue value is 136 (53.52% from 255 or 32.93% from 413); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6888 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD6888 is #529777. Grayscale: #808080. Windows color (decimal): -5412728 or 8939693. OLE color: 8939693.
HSL color Cylindrical-coordinate representation of color #AD6888: hue angle of 332.17º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AD6888 is Cyan = 0, Magento = 0.40, Yellow = 0.21 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 104 | 136 | - |
| CMYK | 0 | 0.40 | 0.21 | 0.32 |
| HSL | 332.17º | 0.3% | 0.54% | - |
| HSV(B) | 332.17º | 0.4% | 0.68% | - |
| XYZ | 26.63 | 20.56 | 25.86 | - |
| YUV | 128.28 | 132.36 | 159.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 104 | 136 | 0 | 0.40 | 0.21 | 0.32 | 332.17 | 0.3 | 0.54 |
| Hex | AD | 68 | 88 | 0 | 28 | 15 | 20 | 14C | 1E | 36 |
| Octal | 255 | 150 | 210 | 0 | 50 | 25 | 40 | 514 | 36 | 66 |
| Binary | 10101101 | 1101000 | 10001000 | 0 | 101000 | 10101 | 100000 | 101001100 | 11110 | 110110 |
Color Harmonies of #AD6888
Complementary color
Monochromatic Colors of #AD6888
Black with #AD6888
Text Example
Text Example
White with #AD6888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6888; }
p { color: rgb(173,104,136); }
H1.HeaderClassName
{
color: #AD6888;
}
.AnyTagClassName
{
color: #AD6888;
}
</style>
background-color css
<style>
a { background-color: #AD6888; }
a { background-color: rgb(173,104,136); }
div.DivClassName
{
background-color: #AD6888;
}
.BgClassName
{
background-color: #AD6888;
}
</style>
border-color css
<style>
span { border-color: #AD6888; }
span { border-color: rgb(173,104,136); }
td.TdClassName
{
border-color: #AD6888;
}
.TagClassName
{
border-color: #AD6888;
}
</style>