Shades of Tapestry #AD5D81
Tints of Tapestry #AD5D81
RGB
CMYK
RGB Variations
Color information
#AD5D81 (or 0xAD5D81) is known color: Tapestry. HEX triplet: AD, 5D and 81. RGB value is (173,93,129). Sum of RGB (Red+Green+Blue) = 173+93+129=395 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.80% from 395); Green value is 93 (36.72% from 255 or 23.54% from 395); Blue value is 129 (50.78% from 255 or 32.66% from 395); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5D81 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD5D81 is #52A27E. Grayscale: #787878. Windows color (decimal): -5415551 or 8478125. OLE color: 8478125.
HSL color Cylindrical-coordinate representation of color #AD5D81: hue angle of 333º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AD5D81 is Cyan = 0, Magento = 0.46, Yellow = 0.25 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 93 | 129 | - |
| CMYK | 0 | 0.46 | 0.25 | 0.32 |
| HSL | 333º | 0.33% | 0.52% | - |
| HSV(B) | 333º | 0.46% | 0.68% | - |
| XYZ | 25.11 | 18.3 | 22.98 | - |
| YUV | 121.02 | 132.5 | 165.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 93 | 129 | 0 | 0.46 | 0.25 | 0.32 | 333 | 0.33 | 0.52 |
| Hex | AD | 5D | 81 | 0 | 2E | 19 | 20 | 14D | 21 | 34 |
| Octal | 255 | 135 | 201 | 0 | 56 | 31 | 40 | 515 | 41 | 64 |
| Binary | 10101101 | 1011101 | 10000001 | 0 | 101110 | 11001 | 100000 | 101001101 | 100001 | 110100 |
Color Harmonies of #AD5D81
Complementary color
Monochromatic Colors of #AD5D81
Black with #AD5D81
Text Example
Text Example
White with #AD5D81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD5D81; }
p { color: rgb(173,93,129); }
H1.HeaderClassName
{
color: #AD5D81;
}
.AnyTagClassName
{
color: #AD5D81;
}
</style>
background-color css
<style>
a { background-color: #AD5D81; }
a { background-color: rgb(173,93,129); }
div.DivClassName
{
background-color: #AD5D81;
}
.BgClassName
{
background-color: #AD5D81;
}
</style>
border-color css
<style>
span { border-color: #AD5D81; }
span { border-color: rgb(173,93,129); }
td.TdClassName
{
border-color: #AD5D81;
}
.TagClassName
{
border-color: #AD5D81;
}
</style>