Shades of Tapestry #AD6A88
Tints of Tapestry #AD6A88
RGB
CMYK
RGB Variations
Color information
#AD6A88 (or 0xAD6A88) is known color: Tapestry. HEX triplet: AD, 6A and 88. RGB value is (173,106,136). Sum of RGB (Red+Green+Blue) = 173+106+136=415 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.69% from 415); Green value is 106 (41.80% from 255 or 25.54% from 415); Blue value is 136 (53.52% from 255 or 32.77% from 415); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6A88 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD6A88 is #529577. Grayscale: #818181. Windows color (decimal): -5412216 or 8940205. OLE color: 8940205.
HSL color Cylindrical-coordinate representation of color #AD6A88: hue angle of 333.13º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AD6A88 is Cyan = 0, Magento = 0.39, Yellow = 0.21 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 106 | 136 | - |
| CMYK | 0 | 0.39 | 0.21 | 0.32 |
| HSL | 333.13º | 0.29% | 0.55% | - |
| HSV(B) | 333.13º | 0.39% | 0.68% | - |
| XYZ | 26.83 | 20.97 | 25.93 | - |
| YUV | 129.45 | 131.7 | 159.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 106 | 136 | 0 | 0.39 | 0.21 | 0.32 | 333.13 | 0.29 | 0.55 |
| Hex | AD | 6A | 88 | 0 | 27 | 15 | 20 | 14D | 1D | 37 |
| Octal | 255 | 152 | 210 | 0 | 47 | 25 | 40 | 515 | 35 | 67 |
| Binary | 10101101 | 1101010 | 10001000 | 0 | 100111 | 10101 | 100000 | 101001101 | 11101 | 110111 |
Color Harmonies of #AD6A88
Complementary color
Monochromatic Colors of #AD6A88
Black with #AD6A88
Text Example
Text Example
White with #AD6A88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6A88; }
p { color: rgb(173,106,136); }
H1.HeaderClassName
{
color: #AD6A88;
}
.AnyTagClassName
{
color: #AD6A88;
}
</style>
background-color css
<style>
a { background-color: #AD6A88; }
a { background-color: rgb(173,106,136); }
div.DivClassName
{
background-color: #AD6A88;
}
.BgClassName
{
background-color: #AD6A88;
}
</style>
border-color css
<style>
span { border-color: #AD6A88; }
span { border-color: rgb(173,106,136); }
td.TdClassName
{
border-color: #AD6A88;
}
.TagClassName
{
border-color: #AD6A88;
}
</style>