Shades of Tapestry #A98488
Tints of Tapestry #A98488
RGB
CMYK
RGB Variations
Color information
#A98488 (or 0xA98488) is known color: Tapestry. HEX triplet: A9, 84 and 88. RGB value is (169,132,136). Sum of RGB (Red+Green+Blue) = 169+132+136=437 (57% of max value = 765). Red value is 169 (66.41% from 255 or 38.67% from 437); Green value is 132 (51.95% from 255 or 30.21% from 437); Blue value is 136 (53.52% from 255 or 31.12% from 437); Max value from RGB is 169 - color contains mainly: red. Hex color #A98488 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A98488 is #567B77. Grayscale: #8F8F8F. Windows color (decimal): -5667704 or 8946857. OLE color: 8946857.
HSL color Cylindrical-coordinate representation of color #A98488: hue angle of 353.51º degrees, saturation: 0.18, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A98488 is Cyan = 0, Magento = 0.22, Yellow = 0.20 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 132 | 136 | - |
| CMYK | 0 | 0.22 | 0.20 | 0.34 |
| HSL | 353.51º | 0.18% | 0.59% | - |
| HSV(B) | 353.51º | 0.22% | 0.66% | - |
| XYZ | 29.06 | 26.72 | 26.92 | - |
| YUV | 143.52 | 123.76 | 146.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 132 | 136 | 0 | 0.22 | 0.20 | 0.34 | 353.51 | 0.18 | 0.59 |
| Hex | A9 | 84 | 88 | 0 | 16 | 14 | 22 | 162 | 12 | 3B |
| Octal | 251 | 204 | 210 | 0 | 26 | 24 | 42 | 542 | 22 | 73 |
| Binary | 10101001 | 10000100 | 10001000 | 0 | 10110 | 10100 | 100010 | 101100010 | 10010 | 111011 |
Color Harmonies of #A98488
Complementary color
Monochromatic Colors of #A98488
Black with #A98488
Text Example
Text Example
White with #A98488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A98488; }
p { color: rgb(169,132,136); }
H1.HeaderClassName
{
color: #A98488;
}
.AnyTagClassName
{
color: #A98488;
}
</style>
background-color css
<style>
a { background-color: #A98488; }
a { background-color: rgb(169,132,136); }
div.DivClassName
{
background-color: #A98488;
}
.BgClassName
{
background-color: #A98488;
}
</style>
border-color css
<style>
span { border-color: #A98488; }
span { border-color: rgb(169,132,136); }
td.TdClassName
{
border-color: #A98488;
}
.TagClassName
{
border-color: #A98488;
}
</style>