Shades of Tapestry #A98990
Tints of Tapestry #A98990
RGB
CMYK
RGB Variations
Color information
#A98990 (or 0xA98990) is known color: Tapestry. HEX triplet: A9, 89 and 90. RGB value is (169,137,144). Sum of RGB (Red+Green+Blue) = 169+137+144=450 (59% of max value = 765). Red value is 169 (66.41% from 255 or 37.56% from 450); Green value is 137 (53.91% from 255 or 30.44% from 450); Blue value is 144 (56.64% from 255 or 32% from 450); Max value from RGB is 169 - color contains mainly: red. Hex color #A98990 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A98990 is #56766F. Grayscale: #939393. Windows color (decimal): -5666416 or 9472425. OLE color: 9472425.
HSL color Cylindrical-coordinate representation of color #A98990: hue angle of 346.88º 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 #A98990 is Cyan = 0, Magento = 0.19, Yellow = 0.15 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 137 | 144 | - |
| CMYK | 0 | 0.19 | 0.15 | 0.34 |
| HSL | 346.88º | 0.16% | 0.6% | - |
| HSV(B) | 346.88º | 0.19% | 0.66% | - |
| XYZ | 30.34 | 28.34 | 30.26 | - |
| YUV | 147.37 | 126.1 | 143.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 137 | 144 | 0 | 0.19 | 0.15 | 0.34 | 346.88 | 0.16 | 0.6 |
| Hex | A9 | 89 | 90 | 0 | 13 | F | 22 | 15B | 10 | 3C |
| Octal | 251 | 211 | 220 | 0 | 23 | 17 | 42 | 533 | 20 | 74 |
| Binary | 10101001 | 10001001 | 10010000 | 0 | 10011 | 1111 | 100010 | 101011011 | 10000 | 111100 |
Color Harmonies of #A98990
Complementary color
Monochromatic Colors of #A98990
Black with #A98990
Text Example
Text Example
White with #A98990
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A98990; }
p { color: rgb(169,137,144); }
H1.HeaderClassName
{
color: #A98990;
}
.AnyTagClassName
{
color: #A98990;
}
</style>
background-color css
<style>
a { background-color: #A98990; }
a { background-color: rgb(169,137,144); }
div.DivClassName
{
background-color: #A98990;
}
.BgClassName
{
background-color: #A98990;
}
</style>
border-color css
<style>
span { border-color: #A98990; }
span { border-color: rgb(169,137,144); }
td.TdClassName
{
border-color: #A98990;
}
.TagClassName
{
border-color: #A98990;
}
</style>