Shades of Tapestry #A98088
Tints of Tapestry #A98088
RGB
CMYK
RGB Variations
Color information
#A98088 (or 0xA98088) is known color: Tapestry. HEX triplet: A9, 80 and 88. RGB value is (169,128,136). Sum of RGB (Red+Green+Blue) = 169+128+136=433 (57% of max value = 765). Red value is 169 (66.41% from 255 or 39.03% from 433); Green value is 128 (50.39% from 255 or 29.56% from 433); Blue value is 136 (53.52% from 255 or 31.41% from 433); Max value from RGB is 169 - color contains mainly: red. Hex color #A98088 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A98088 is #567F77. Grayscale: #8D8D8D. Windows color (decimal): -5668728 or 8945833. OLE color: 8945833.
HSL color Cylindrical-coordinate representation of color #A98088: hue angle of 348.29º degrees, saturation: 0.19, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A98088 is Cyan = 0, Magento = 0.24, Yellow = 0.20 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 128 | 136 | - |
| CMYK | 0 | 0.24 | 0.20 | 0.34 |
| HSL | 348.29º | 0.19% | 0.58% | - |
| HSV(B) | 348.29º | 0.24% | 0.66% | - |
| XYZ | 28.53 | 25.65 | 26.74 | - |
| YUV | 141.17 | 125.08 | 147.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 128 | 136 | 0 | 0.24 | 0.20 | 0.34 | 348.29 | 0.19 | 0.58 |
| Hex | A9 | 80 | 88 | 0 | 18 | 14 | 22 | 15C | 13 | 3A |
| Octal | 251 | 200 | 210 | 0 | 30 | 24 | 42 | 534 | 23 | 72 |
| Binary | 10101001 | 10000000 | 10001000 | 0 | 11000 | 10100 | 100010 | 101011100 | 10011 | 111010 |
Color Harmonies of #A98088
Complementary color
Monochromatic Colors of #A98088
Black with #A98088
Text Example
Text Example
White with #A98088
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A98088; }
p { color: rgb(169,128,136); }
H1.HeaderClassName
{
color: #A98088;
}
.AnyTagClassName
{
color: #A98088;
}
</style>
background-color css
<style>
a { background-color: #A98088; }
a { background-color: rgb(169,128,136); }
div.DivClassName
{
background-color: #A98088;
}
.BgClassName
{
background-color: #A98088;
}
</style>
border-color css
<style>
span { border-color: #A98088; }
span { border-color: rgb(169,128,136); }
td.TdClassName
{
border-color: #A98088;
}
.TagClassName
{
border-color: #A98088;
}
</style>