Shades of Tapestry #A9878D
Tints of Tapestry #A9878D
RGB
CMYK
RGB Variations
Color information
#A9878D (or 0xA9878D) is known color: Tapestry. HEX triplet: A9, 87 and 8D. RGB value is (169,135,141). Sum of RGB (Red+Green+Blue) = 169+135+141=445 (58% of max value = 765). Red value is 169 (66.41% from 255 or 37.98% from 445); Green value is 135 (53.12% from 255 or 30.34% from 445); Blue value is 141 (55.47% from 255 or 31.69% from 445); Max value from RGB is 169 - color contains mainly: red. Hex color #A9878D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A9878D is #567872. Grayscale: #919191. Windows color (decimal): -5666931 or 9275305. OLE color: 9275305.
HSL color Cylindrical-coordinate representation of color #A9878D: hue angle of 349.41º degrees, saturation: 0.17, 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 #A9878D is Cyan = 0, Magento = 0.20, Yellow = 0.17 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 135 | 141 | - |
| CMYK | 0 | 0.20 | 0.17 | 0.34 |
| HSL | 349.41º | 0.17% | 0.6% | - |
| HSV(B) | 349.41º | 0.2% | 0.66% | - |
| XYZ | 29.83 | 27.69 | 28.97 | - |
| YUV | 145.85 | 125.26 | 144.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 135 | 141 | 0 | 0.20 | 0.17 | 0.34 | 349.41 | 0.17 | 0.6 |
| Hex | A9 | 87 | 8D | 0 | 14 | 11 | 22 | 15D | 11 | 3C |
| Octal | 251 | 207 | 215 | 0 | 24 | 21 | 42 | 535 | 21 | 74 |
| Binary | 10101001 | 10000111 | 10001101 | 0 | 10100 | 10001 | 100010 | 101011101 | 10001 | 111100 |
Color Harmonies of #A9878D
Complementary color
Monochromatic Colors of #A9878D
Black with #A9878D
Text Example
Text Example
White with #A9878D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9878D; }
p { color: rgb(169,135,141); }
H1.HeaderClassName
{
color: #A9878D;
}
.AnyTagClassName
{
color: #A9878D;
}
</style>
background-color css
<style>
a { background-color: #A9878D; }
a { background-color: rgb(169,135,141); }
div.DivClassName
{
background-color: #A9878D;
}
.BgClassName
{
background-color: #A9878D;
}
</style>
border-color css
<style>
span { border-color: #A9878D; }
span { border-color: rgb(169,135,141); }
td.TdClassName
{
border-color: #A9878D;
}
.TagClassName
{
border-color: #A9878D;
}
</style>