Shades of Tapestry #AD868B
Tints of Tapestry #AD868B
RGB
CMYK
RGB Variations
Color information
#AD868B (or 0xAD868B) is known color: Tapestry. HEX triplet: AD, 86 and 8B. RGB value is (173,134,139). Sum of RGB (Red+Green+Blue) = 173+134+139=446 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.79% from 446); Green value is 134 (52.73% from 255 or 30.04% from 446); Blue value is 139 (54.69% from 255 or 31.17% from 446); Max value from RGB is 173 - color contains mainly: red. Hex color #AD868B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD868B is #527974. Grayscale: #929292. Windows color (decimal): -5405045 or 9143981. OLE color: 9143981.
HSL color Cylindrical-coordinate representation of color #AD868B: hue angle of 352.31º degrees, saturation: 0.19, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AD868B is Cyan = 0, Magento = 0.23, Yellow = 0.20 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 134 | 139 | - |
| CMYK | 0 | 0.23 | 0.20 | 0.32 |
| HSL | 352.31º | 0.19% | 0.6% | - |
| HSV(B) | 352.31º | 0.23% | 0.68% | - |
| XYZ | 30.42 | 27.8 | 28.19 | - |
| YUV | 146.23 | 123.92 | 147.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 134 | 139 | 0 | 0.23 | 0.20 | 0.32 | 352.31 | 0.19 | 0.6 |
| Hex | AD | 86 | 8B | 0 | 17 | 14 | 20 | 160 | 13 | 3C |
| Octal | 255 | 206 | 213 | 0 | 27 | 24 | 40 | 540 | 23 | 74 |
| Binary | 10101101 | 10000110 | 10001011 | 0 | 10111 | 10100 | 100000 | 101100000 | 10011 | 111100 |
Color Harmonies of #AD868B
Complementary color
Monochromatic Colors of #AD868B
Black with #AD868B
Text Example
Text Example
White with #AD868B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD868B; }
p { color: rgb(173,134,139); }
H1.HeaderClassName
{
color: #AD868B;
}
.AnyTagClassName
{
color: #AD868B;
}
</style>
background-color css
<style>
a { background-color: #AD868B; }
a { background-color: rgb(173,134,139); }
div.DivClassName
{
background-color: #AD868B;
}
.BgClassName
{
background-color: #AD868B;
}
</style>
border-color css
<style>
span { border-color: #AD868B; }
span { border-color: rgb(173,134,139); }
td.TdClassName
{
border-color: #AD868B;
}
.TagClassName
{
border-color: #AD868B;
}
</style>