Shades of Tapestry #AD888B
Tints of Tapestry #AD888B
RGB
CMYK
RGB Variations
Color information
#AD888B (or 0xAD888B) is known color: Tapestry. HEX triplet: AD, 88 and 8B. RGB value is (173,136,139). Sum of RGB (Red+Green+Blue) = 173+136+139=448 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.62% from 448); Green value is 136 (53.52% from 255 or 30.36% from 448); Blue value is 139 (54.69% from 255 or 31.03% from 448); Max value from RGB is 173 - color contains mainly: red. Hex color #AD888B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD888B is #527774. Grayscale: #939393. Windows color (decimal): -5404533 or 9144493. OLE color: 9144493.
HSL color Cylindrical-coordinate representation of color #AD888B: hue angle of 355.14º 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 #AD888B is Cyan = 0, Magento = 0.21, Yellow = 0.20 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 136 | 139 | - |
| CMYK | 0 | 0.21 | 0.20 | 0.32 |
| HSL | 355.14º | 0.18% | 0.61% | - |
| HSV(B) | 355.14º | 0.21% | 0.68% | - |
| XYZ | 30.7 | 28.36 | 28.28 | - |
| YUV | 147.41 | 123.26 | 146.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 136 | 139 | 0 | 0.21 | 0.20 | 0.32 | 355.14 | 0.18 | 0.61 |
| Hex | AD | 88 | 8B | 0 | 15 | 14 | 20 | 163 | 12 | 3D |
| Octal | 255 | 210 | 213 | 0 | 25 | 24 | 40 | 543 | 22 | 75 |
| Binary | 10101101 | 10001000 | 10001011 | 0 | 10101 | 10100 | 100000 | 101100011 | 10010 | 111101 |
Color Harmonies of #AD888B
Complementary color
Monochromatic Colors of #AD888B
Black with #AD888B
Text Example
Text Example
White with #AD888B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD888B; }
p { color: rgb(173,136,139); }
H1.HeaderClassName
{
color: #AD888B;
}
.AnyTagClassName
{
color: #AD888B;
}
</style>
background-color css
<style>
a { background-color: #AD888B; }
a { background-color: rgb(173,136,139); }
div.DivClassName
{
background-color: #AD888B;
}
.BgClassName
{
background-color: #AD888B;
}
</style>
border-color css
<style>
span { border-color: #AD888B; }
span { border-color: rgb(173,136,139); }
td.TdClassName
{
border-color: #AD888B;
}
.TagClassName
{
border-color: #AD888B;
}
</style>