Shades of Tapestry #A9888E
Tints of Tapestry #A9888E
RGB
CMYK
RGB Variations
Color information
#A9888E (or 0xA9888E) is known color: Tapestry. HEX triplet: A9, 88 and 8E. RGB value is (169,136,142). Sum of RGB (Red+Green+Blue) = 169+136+142=447 (59% of max value = 765). Red value is 169 (66.41% from 255 or 37.81% from 447); Green value is 136 (53.52% from 255 or 30.43% from 447); Blue value is 142 (55.86% from 255 or 31.77% from 447); Max value from RGB is 169 - color contains mainly: red. Hex color #A9888E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A9888E is #567771. Grayscale: #929292. Windows color (decimal): -5666674 or 9341097. OLE color: 9341097.
HSL color Cylindrical-coordinate representation of color #A9888E: hue angle of 349.09º 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 #A9888E is Cyan = 0, Magento = 0.20, Yellow = 0.16 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 136 | 142 | - |
| CMYK | 0 | 0.20 | 0.16 | 0.34 |
| HSL | 349.09º | 0.16% | 0.6% | - |
| HSV(B) | 349.09º | 0.2% | 0.66% | - |
| XYZ | 30.05 | 28 | 29.41 | - |
| YUV | 146.55 | 125.43 | 144.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 136 | 142 | 0 | 0.20 | 0.16 | 0.34 | 349.09 | 0.16 | 0.6 |
| Hex | A9 | 88 | 8E | 0 | 14 | 10 | 22 | 15D | 10 | 3C |
| Octal | 251 | 210 | 216 | 0 | 24 | 20 | 42 | 535 | 20 | 74 |
| Binary | 10101001 | 10001000 | 10001110 | 0 | 10100 | 10000 | 100010 | 101011101 | 10000 | 111100 |
Color Harmonies of #A9888E
Complementary color
Monochromatic Colors of #A9888E
Black with #A9888E
Text Example
Text Example
White with #A9888E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9888E; }
p { color: rgb(169,136,142); }
H1.HeaderClassName
{
color: #A9888E;
}
.AnyTagClassName
{
color: #A9888E;
}
</style>
background-color css
<style>
a { background-color: #A9888E; }
a { background-color: rgb(169,136,142); }
div.DivClassName
{
background-color: #A9888E;
}
.BgClassName
{
background-color: #A9888E;
}
</style>
border-color css
<style>
span { border-color: #A9888E; }
span { border-color: rgb(169,136,142); }
td.TdClassName
{
border-color: #A9888E;
}
.TagClassName
{
border-color: #A9888E;
}
</style>