Shades of Tapestry #AD5C85
Tints of Tapestry #AD5C85
RGB
CMYK
RGB Variations
Color information
#AD5C85 (or 0xAD5C85) is known color: Tapestry. HEX triplet: AD, 5C and 85. RGB value is (173,92,133). Sum of RGB (Red+Green+Blue) = 173+92+133=398 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.47% from 398); Green value is 92 (36.33% from 255 or 23.12% from 398); Blue value is 133 (52.34% from 255 or 33.42% from 398); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5C85 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD5C85 is #52A37A. Grayscale: #787878. Windows color (decimal): -5415803 or 8740013. OLE color: 8740013.
HSL color Cylindrical-coordinate representation of color #AD5C85: hue angle of 329.63º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AD5C85 is Cyan = 0, Magento = 0.47, Yellow = 0.23 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 92 | 133 | - |
| CMYK | 0 | 0.47 | 0.23 | 0.32 |
| HSL | 329.63º | 0.33% | 0.52% | - |
| HSV(B) | 329.63º | 0.47% | 0.68% | - |
| XYZ | 25.29 | 18.23 | 24.38 | - |
| YUV | 120.89 | 134.84 | 165.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 92 | 133 | 0 | 0.47 | 0.23 | 0.32 | 329.63 | 0.33 | 0.52 |
| Hex | AD | 5C | 85 | 0 | 2F | 17 | 20 | 14A | 21 | 34 |
| Octal | 255 | 134 | 205 | 0 | 57 | 27 | 40 | 512 | 41 | 64 |
| Binary | 10101101 | 1011100 | 10000101 | 0 | 101111 | 10111 | 100000 | 101001010 | 100001 | 110100 |
Color Harmonies of #AD5C85
Complementary color
Monochromatic Colors of #AD5C85
Black with #AD5C85
Text Example
Text Example
White with #AD5C85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD5C85; }
p { color: rgb(173,92,133); }
H1.HeaderClassName
{
color: #AD5C85;
}
.AnyTagClassName
{
color: #AD5C85;
}
</style>
background-color css
<style>
a { background-color: #AD5C85; }
a { background-color: rgb(173,92,133); }
div.DivClassName
{
background-color: #AD5C85;
}
.BgClassName
{
background-color: #AD5C85;
}
</style>
border-color css
<style>
span { border-color: #AD5C85; }
span { border-color: rgb(173,92,133); }
td.TdClassName
{
border-color: #AD5C85;
}
.TagClassName
{
border-color: #AD5C85;
}
</style>