Shades of Tapestry #AD878A
Tints of Tapestry #AD878A
RGB
CMYK
RGB Variations
Color information
#AD878A (or 0xAD878A) is known color: Tapestry. HEX triplet: AD, 87 and 8A. RGB value is (173,135,138). Sum of RGB (Red+Green+Blue) = 173+135+138=446 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.79% from 446); Green value is 135 (53.12% from 255 or 30.27% from 446); Blue value is 138 (54.30% from 255 or 30.94% from 446); Max value from RGB is 173 - color contains mainly: red. Hex color #AD878A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD878A is #527875. Grayscale: #929292. Windows color (decimal): -5404790 or 9078701. OLE color: 9078701.
HSL color Cylindrical-coordinate representation of color #AD878A: hue angle of 355.26º 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 #AD878A is Cyan = 0, Magento = 0.22, Yellow = 0.20 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 135 | 138 | - |
| CMYK | 0 | 0.22 | 0.20 | 0.32 |
| HSL | 355.26º | 0.19% | 0.6% | - |
| HSV(B) | 355.26º | 0.22% | 0.68% | - |
| XYZ | 30.49 | 28.05 | 27.85 | - |
| YUV | 146.7 | 123.09 | 146.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 135 | 138 | 0 | 0.22 | 0.20 | 0.32 | 355.26 | 0.19 | 0.6 |
| Hex | AD | 87 | 8A | 0 | 16 | 14 | 20 | 163 | 13 | 3C |
| Octal | 255 | 207 | 212 | 0 | 26 | 24 | 40 | 543 | 23 | 74 |
| Binary | 10101101 | 10000111 | 10001010 | 0 | 10110 | 10100 | 100000 | 101100011 | 10011 | 111100 |
Color Harmonies of #AD878A
Complementary color
Monochromatic Colors of #AD878A
Black with #AD878A
Text Example
Text Example
White with #AD878A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD878A; }
p { color: rgb(173,135,138); }
H1.HeaderClassName
{
color: #AD878A;
}
.AnyTagClassName
{
color: #AD878A;
}
</style>
background-color css
<style>
a { background-color: #AD878A; }
a { background-color: rgb(173,135,138); }
div.DivClassName
{
background-color: #AD878A;
}
.BgClassName
{
background-color: #AD878A;
}
</style>
border-color css
<style>
span { border-color: #AD878A; }
span { border-color: rgb(173,135,138); }
td.TdClassName
{
border-color: #AD878A;
}
.TagClassName
{
border-color: #AD878A;
}
</style>