Shades of Tapestry #AD6C89
Tints of Tapestry #AD6C89
RGB
CMYK
RGB Variations
Color information
#AD6C89 (or 0xAD6C89) is known color: Tapestry. HEX triplet: AD, 6C and 89. RGB value is (173,108,137). Sum of RGB (Red+Green+Blue) = 173+108+137=418 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.39% from 418); Green value is 108 (42.58% from 255 or 25.84% from 418); Blue value is 137 (53.91% from 255 or 32.78% from 418); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6C89 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD6C89 is #529376. Grayscale: #828282. Windows color (decimal): -5411703 or 9006253. OLE color: 9006253.
HSL color Cylindrical-coordinate representation of color #AD6C89: hue angle of 333.23º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AD6C89 is Cyan = 0, Magento = 0.38, Yellow = 0.21 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 108 | 137 | - |
| CMYK | 0 | 0.38 | 0.21 | 0.32 |
| HSL | 333.23º | 0.28% | 0.55% | - |
| HSV(B) | 333.23º | 0.38% | 0.68% | - |
| XYZ | 27.11 | 21.42 | 26.37 | - |
| YUV | 130.74 | 131.53 | 158.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 108 | 137 | 0 | 0.38 | 0.21 | 0.32 | 333.23 | 0.28 | 0.55 |
| Hex | AD | 6C | 89 | 0 | 26 | 15 | 20 | 14D | 1C | 37 |
| Octal | 255 | 154 | 211 | 0 | 46 | 25 | 40 | 515 | 34 | 67 |
| Binary | 10101101 | 1101100 | 10001001 | 0 | 100110 | 10101 | 100000 | 101001101 | 11100 | 110111 |
Color Harmonies of #AD6C89
Complementary color
Monochromatic Colors of #AD6C89
Black with #AD6C89
Text Example
Text Example
White with #AD6C89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6C89; }
p { color: rgb(173,108,137); }
H1.HeaderClassName
{
color: #AD6C89;
}
.AnyTagClassName
{
color: #AD6C89;
}
</style>
background-color css
<style>
a { background-color: #AD6C89; }
a { background-color: rgb(173,108,137); }
div.DivClassName
{
background-color: #AD6C89;
}
.BgClassName
{
background-color: #AD6C89;
}
</style>
border-color css
<style>
span { border-color: #AD6C89; }
span { border-color: rgb(173,108,137); }
td.TdClassName
{
border-color: #AD6C89;
}
.TagClassName
{
border-color: #AD6C89;
}
</style>