Shades of Tapestry #AD888C
Tints of Tapestry #AD888C
RGB
CMYK
RGB Variations
Color information
#AD888C (or 0xAD888C) is known color: Tapestry. HEX triplet: AD, 88 and 8C. RGB value is (173,136,140). Sum of RGB (Red+Green+Blue) = 173+136+140=449 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.53% from 449); Green value is 136 (53.52% from 255 or 30.29% from 449); Blue value is 140 (55.08% from 255 or 31.18% from 449); Max value from RGB is 173 - color contains mainly: red. Hex color #AD888C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD888C is #527773. Grayscale: #939393. Windows color (decimal): -5404532 or 9210029. OLE color: 9210029.
HSL color Cylindrical-coordinate representation of color #AD888C: hue angle of 353.51º 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 #AD888C is Cyan = 0, Magento = 0.21, Yellow = 0.19 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 136 | 140 | - |
| CMYK | 0 | 0.21 | 0.19 | 0.32 |
| HSL | 353.51º | 0.18% | 0.61% | - |
| HSV(B) | 353.51º | 0.21% | 0.68% | - |
| XYZ | 30.77 | 28.39 | 28.67 | - |
| YUV | 147.52 | 123.76 | 146.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 136 | 140 | 0 | 0.21 | 0.19 | 0.32 | 353.51 | 0.18 | 0.61 |
| Hex | AD | 88 | 8C | 0 | 15 | 13 | 20 | 162 | 12 | 3D |
| Octal | 255 | 210 | 214 | 0 | 25 | 23 | 40 | 542 | 22 | 75 |
| Binary | 10101101 | 10001000 | 10001100 | 0 | 10101 | 10011 | 100000 | 101100010 | 10010 | 111101 |
Color Harmonies of #AD888C
Complementary color
Monochromatic Colors of #AD888C
Black with #AD888C
Text Example
Text Example
White with #AD888C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD888C; }
p { color: rgb(173,136,140); }
H1.HeaderClassName
{
color: #AD888C;
}
.AnyTagClassName
{
color: #AD888C;
}
</style>
background-color css
<style>
a { background-color: #AD888C; }
a { background-color: rgb(173,136,140); }
div.DivClassName
{
background-color: #AD888C;
}
.BgClassName
{
background-color: #AD888C;
}
</style>
border-color css
<style>
span { border-color: #AD888C; }
span { border-color: rgb(173,136,140); }
td.TdClassName
{
border-color: #AD888C;
}
.TagClassName
{
border-color: #AD888C;
}
</style>