Shades of Tapestry #AD888D
Tints of Tapestry #AD888D
RGB
CMYK
RGB Variations
Color information
#AD888D (or 0xAD888D) is known color: Tapestry. HEX triplet: AD, 88 and 8D. RGB value is (173,136,141). Sum of RGB (Red+Green+Blue) = 173+136+141=450 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.44% from 450); Green value is 136 (53.52% from 255 or 30.22% from 450); Blue value is 141 (55.47% from 255 or 31.33% from 450); Max value from RGB is 173 - color contains mainly: red. Hex color #AD888D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD888D is #527772. Grayscale: #939393. Windows color (decimal): -5404531 or 9275565. OLE color: 9275565.
HSL color Cylindrical-coordinate representation of color #AD888D: hue angle of 351.89º degrees, saturation: 0.18, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AD888D is Cyan = 0, Magento = 0.21, Yellow = 0.18 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 136 | 141 | - |
| CMYK | 0 | 0.21 | 0.18 | 0.32 |
| HSL | 351.89º | 0.18% | 0.61% | - |
| HSV(B) | 351.89º | 0.21% | 0.68% | - |
| XYZ | 30.85 | 28.42 | 29.06 | - |
| YUV | 147.63 | 124.26 | 146.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 136 | 141 | 0 | 0.21 | 0.18 | 0.32 | 351.89 | 0.18 | 0.61 |
| Hex | AD | 88 | 8D | 0 | 15 | 12 | 20 | 160 | 12 | 3D |
| Octal | 255 | 210 | 215 | 0 | 25 | 22 | 40 | 540 | 22 | 75 |
| Binary | 10101101 | 10001000 | 10001101 | 0 | 10101 | 10010 | 100000 | 101100000 | 10010 | 111101 |
Color Harmonies of #AD888D
Complementary color
Monochromatic Colors of #AD888D
Black with #AD888D
Text Example
Text Example
White with #AD888D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD888D; }
p { color: rgb(173,136,141); }
H1.HeaderClassName
{
color: #AD888D;
}
.AnyTagClassName
{
color: #AD888D;
}
</style>
background-color css
<style>
a { background-color: #AD888D; }
a { background-color: rgb(173,136,141); }
div.DivClassName
{
background-color: #AD888D;
}
.BgClassName
{
background-color: #AD888D;
}
</style>
border-color css
<style>
span { border-color: #AD888D; }
span { border-color: rgb(173,136,141); }
td.TdClassName
{
border-color: #AD888D;
}
.TagClassName
{
border-color: #AD888D;
}
</style>