Shades of Tapestry #AD6881
Tints of Tapestry #AD6881
RGB
CMYK
RGB Variations
Color information
#AD6881 (or 0xAD6881) is known color: Tapestry. HEX triplet: AD, 68 and 81. RGB value is (173,104,129). Sum of RGB (Red+Green+Blue) = 173+104+129=406 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.61% from 406); Green value is 104 (41.02% from 255 or 25.62% from 406); Blue value is 129 (50.78% from 255 or 31.77% from 406); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6881 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD6881 is #52977E. Grayscale: #7F7F7F. Windows color (decimal): -5412735 or 8480941. OLE color: 8480941.
HSL color Cylindrical-coordinate representation of color #AD6881: hue angle of 338.26º 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 #AD6881 is Cyan = 0, Magento = 0.40, Yellow = 0.25 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 104 | 129 | - |
| CMYK | 0 | 0.40 | 0.25 | 0.32 |
| HSL | 338.26º | 0.3% | 0.54% | - |
| HSV(B) | 338.26º | 0.4% | 0.68% | - |
| XYZ | 26.15 | 20.37 | 23.32 | - |
| YUV | 127.48 | 128.86 | 160.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 104 | 129 | 0 | 0.40 | 0.25 | 0.32 | 338.26 | 0.3 | 0.54 |
| Hex | AD | 68 | 81 | 0 | 28 | 19 | 20 | 152 | 1E | 36 |
| Octal | 255 | 150 | 201 | 0 | 50 | 31 | 40 | 522 | 36 | 66 |
| Binary | 10101101 | 1101000 | 10000001 | 0 | 101000 | 11001 | 100000 | 101010010 | 11110 | 110110 |
Color Harmonies of #AD6881
Complementary color
Monochromatic Colors of #AD6881
Black with #AD6881
Text Example
Text Example
White with #AD6881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6881; }
p { color: rgb(173,104,129); }
H1.HeaderClassName
{
color: #AD6881;
}
.AnyTagClassName
{
color: #AD6881;
}
</style>
background-color css
<style>
a { background-color: #AD6881; }
a { background-color: rgb(173,104,129); }
div.DivClassName
{
background-color: #AD6881;
}
.BgClassName
{
background-color: #AD6881;
}
</style>
border-color css
<style>
span { border-color: #AD6881; }
span { border-color: rgb(173,104,129); }
td.TdClassName
{
border-color: #AD6881;
}
.TagClassName
{
border-color: #AD6881;
}
</style>