Shades of Tapestry #A9898E
Tints of Tapestry #A9898E
RGB
CMYK
RGB Variations
Color information
#A9898E (or 0xA9898E) is known color: Tapestry. HEX triplet: A9, 89 and 8E. RGB value is (169,137,142). Sum of RGB (Red+Green+Blue) = 169+137+142=448 (59% of max value = 765). Red value is 169 (66.41% from 255 or 37.72% from 448); Green value is 137 (53.91% from 255 or 30.58% from 448); Blue value is 142 (55.86% from 255 or 31.70% from 448); Max value from RGB is 169 - color contains mainly: red. Hex color #A9898E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A9898E is #567671. Grayscale: #939393. Windows color (decimal): -5666418 or 9341353. OLE color: 9341353.
HSL color Cylindrical-coordinate representation of color #A9898E: hue angle of 350.62º degrees, saturation: 0.16, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A9898E is Cyan = 0, Magento = 0.19, Yellow = 0.16 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 137 | 142 | - |
| CMYK | 0 | 0.19 | 0.16 | 0.34 |
| HSL | 350.63º | 0.16% | 0.6% | - |
| HSV(B) | 350.63º | 0.19% | 0.66% | - |
| XYZ | 30.19 | 28.28 | 29.46 | - |
| YUV | 147.14 | 125.1 | 143.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 137 | 142 | 0 | 0.19 | 0.16 | 0.34 | 350.63 | 0.16 | 0.6 |
| Hex | A9 | 89 | 8E | 0 | 13 | 10 | 22 | 15F | 10 | 3C |
| Octal | 251 | 211 | 216 | 0 | 23 | 20 | 42 | 537 | 20 | 74 |
| Binary | 10101001 | 10001001 | 10001110 | 0 | 10011 | 10000 | 100010 | 101011111 | 10000 | 111100 |
Color Harmonies of #A9898E
Complementary color
Monochromatic Colors of #A9898E
Black with #A9898E
Text Example
Text Example
White with #A9898E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9898E; }
p { color: rgb(169,137,142); }
H1.HeaderClassName
{
color: #A9898E;
}
.AnyTagClassName
{
color: #A9898E;
}
</style>
background-color css
<style>
a { background-color: #A9898E; }
a { background-color: rgb(169,137,142); }
div.DivClassName
{
background-color: #A9898E;
}
.BgClassName
{
background-color: #A9898E;
}
</style>
border-color css
<style>
span { border-color: #A9898E; }
span { border-color: rgb(169,137,142); }
td.TdClassName
{
border-color: #A9898E;
}
.TagClassName
{
border-color: #A9898E;
}
</style>