Shades of Tapestry #A9888B
Tints of Tapestry #A9888B
RGB
CMYK
RGB Variations
Color information
#A9888B (or 0xA9888B) is known color: Tapestry. HEX triplet: A9, 88 and 8B. RGB value is (169,136,139). Sum of RGB (Red+Green+Blue) = 169+136+139=444 (58% of max value = 765). Red value is 169 (66.41% from 255 or 38.06% from 444); Green value is 136 (53.52% from 255 or 30.63% from 444); Blue value is 139 (54.69% from 255 or 31.31% from 444); Max value from RGB is 169 - color contains mainly: red. Hex color #A9888B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A9888B is #567774. Grayscale: #929292. Windows color (decimal): -5666677 or 9144489. OLE color: 9144489.
HSL color Cylindrical-coordinate representation of color #A9888B: hue angle of 354.55º degrees, saturation: 0.16, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A9888B is Cyan = 0, Magento = 0.20, Yellow = 0.18 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 136 | 139 | - |
| CMYK | 0 | 0.20 | 0.18 | 0.34 |
| HSL | 354.55º | 0.16% | 0.6% | - |
| HSV(B) | 354.55º | 0.2% | 0.66% | - |
| XYZ | 29.83 | 27.91 | 28.24 | - |
| YUV | 146.21 | 123.93 | 144.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 136 | 139 | 0 | 0.20 | 0.18 | 0.34 | 354.55 | 0.16 | 0.6 |
| Hex | A9 | 88 | 8B | 0 | 14 | 12 | 22 | 163 | 10 | 3C |
| Octal | 251 | 210 | 213 | 0 | 24 | 22 | 42 | 543 | 20 | 74 |
| Binary | 10101001 | 10001000 | 10001011 | 0 | 10100 | 10010 | 100010 | 101100011 | 10000 | 111100 |
Color Harmonies of #A9888B
Complementary color
Monochromatic Colors of #A9888B
Black with #A9888B
Text Example
Text Example
White with #A9888B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9888B; }
p { color: rgb(169,136,139); }
H1.HeaderClassName
{
color: #A9888B;
}
.AnyTagClassName
{
color: #A9888B;
}
</style>
background-color css
<style>
a { background-color: #A9888B; }
a { background-color: rgb(169,136,139); }
div.DivClassName
{
background-color: #A9888B;
}
.BgClassName
{
background-color: #A9888B;
}
</style>
border-color css
<style>
span { border-color: #A9888B; }
span { border-color: rgb(169,136,139); }
td.TdClassName
{
border-color: #A9888B;
}
.TagClassName
{
border-color: #A9888B;
}
</style>