Shades of Tapestry #AD6689
Tints of Tapestry #AD6689
RGB
CMYK
RGB Variations
Color information
#AD6689 (or 0xAD6689) is known color: Tapestry. HEX triplet: AD, 66 and 89. RGB value is (173,102,137). Sum of RGB (Red+Green+Blue) = 173+102+137=412 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.99% from 412); Green value is 102 (40.23% from 255 or 24.76% from 412); Blue value is 137 (53.91% from 255 or 33.25% from 412); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6689 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD6689 is #529976. Grayscale: #7F7F7F. Windows color (decimal): -5413239 or 9004717. OLE color: 9004717.
HSL color Cylindrical-coordinate representation of color #AD6689: hue angle of 330.42º 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 #AD6689 is Cyan = 0, Magento = 0.41, Yellow = 0.21 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 102 | 137 | - |
| CMYK | 0 | 0.41 | 0.21 | 0.32 |
| HSL | 330.42º | 0.3% | 0.54% | - |
| HSV(B) | 330.42º | 0.41% | 0.68% | - |
| XYZ | 26.5 | 20.19 | 26.17 | - |
| YUV | 127.22 | 133.52 | 160.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 102 | 137 | 0 | 0.41 | 0.21 | 0.32 | 330.42 | 0.3 | 0.54 |
| Hex | AD | 66 | 89 | 0 | 29 | 15 | 20 | 14A | 1E | 36 |
| Octal | 255 | 146 | 211 | 0 | 51 | 25 | 40 | 512 | 36 | 66 |
| Binary | 10101101 | 1100110 | 10001001 | 0 | 101001 | 10101 | 100000 | 101001010 | 11110 | 110110 |
Color Harmonies of #AD6689
Complementary color
Monochromatic Colors of #AD6689
Black with #AD6689
Text Example
Text Example
White with #AD6689
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6689; }
p { color: rgb(173,102,137); }
H1.HeaderClassName
{
color: #AD6689;
}
.AnyTagClassName
{
color: #AD6689;
}
</style>
background-color css
<style>
a { background-color: #AD6689; }
a { background-color: rgb(173,102,137); }
div.DivClassName
{
background-color: #AD6689;
}
.BgClassName
{
background-color: #AD6689;
}
</style>
border-color css
<style>
span { border-color: #AD6689; }
span { border-color: rgb(173,102,137); }
td.TdClassName
{
border-color: #AD6689;
}
.TagClassName
{
border-color: #AD6689;
}
</style>