Shades of Tapestry #AD878B
Tints of Tapestry #AD878B
RGB
CMYK
RGB Variations
Color information
#AD878B (or 0xAD878B) is known color: Tapestry. HEX triplet: AD, 87 and 8B. RGB value is (173,135,139). Sum of RGB (Red+Green+Blue) = 173+135+139=447 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.70% from 447); Green value is 135 (53.12% from 255 or 30.20% from 447); Blue value is 139 (54.69% from 255 or 31.10% from 447); Max value from RGB is 173 - color contains mainly: red. Hex color #AD878B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD878B is #527874. Grayscale: #929292. Windows color (decimal): -5404789 or 9144237. OLE color: 9144237.
HSL color Cylindrical-coordinate representation of color #AD878B: hue angle of 353.68º degrees, saturation: 0.19, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AD878B is Cyan = 0, Magento = 0.22, Yellow = 0.20 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 135 | 139 | - |
| CMYK | 0 | 0.22 | 0.20 | 0.32 |
| HSL | 353.68º | 0.19% | 0.6% | - |
| HSV(B) | 353.68º | 0.22% | 0.68% | - |
| XYZ | 30.56 | 28.08 | 28.23 | - |
| YUV | 146.82 | 123.59 | 146.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 135 | 139 | 0 | 0.22 | 0.20 | 0.32 | 353.68 | 0.19 | 0.6 |
| Hex | AD | 87 | 8B | 0 | 16 | 14 | 20 | 162 | 13 | 3C |
| Octal | 255 | 207 | 213 | 0 | 26 | 24 | 40 | 542 | 23 | 74 |
| Binary | 10101101 | 10000111 | 10001011 | 0 | 10110 | 10100 | 100000 | 101100010 | 10011 | 111100 |
Color Harmonies of #AD878B
Complementary color
Monochromatic Colors of #AD878B
Black with #AD878B
Text Example
Text Example
White with #AD878B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD878B; }
p { color: rgb(173,135,139); }
H1.HeaderClassName
{
color: #AD878B;
}
.AnyTagClassName
{
color: #AD878B;
}
</style>
background-color css
<style>
a { background-color: #AD878B; }
a { background-color: rgb(173,135,139); }
div.DivClassName
{
background-color: #AD878B;
}
.BgClassName
{
background-color: #AD878B;
}
</style>
border-color css
<style>
span { border-color: #AD878B; }
span { border-color: rgb(173,135,139); }
td.TdClassName
{
border-color: #AD878B;
}
.TagClassName
{
border-color: #AD878B;
}
</style>