Shades of Tapestry #A98287
Tints of Tapestry #A98287
RGB
CMYK
RGB Variations
Color information
#A98287 (or 0xA98287) is known color: Tapestry. HEX triplet: A9, 82 and 87. RGB value is (169,130,135). Sum of RGB (Red+Green+Blue) = 169+130+135=434 (57% of max value = 765). Red value is 169 (66.41% from 255 or 38.94% from 434); Green value is 130 (51.17% from 255 or 29.95% from 434); Blue value is 135 (53.12% from 255 or 31.11% from 434); Max value from RGB is 169 - color contains mainly: red. Hex color #A98287 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A98287 is #567D78. Grayscale: #8E8E8E. Windows color (decimal): -5668217 or 8880809. OLE color: 8880809.
HSL color Cylindrical-coordinate representation of color #A98287: hue angle of 352.31º degrees, saturation: 0.18, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A98287 is Cyan = 0, Magento = 0.23, Yellow = 0.20 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 130 | 135 | - |
| CMYK | 0 | 0.23 | 0.20 | 0.34 |
| HSL | 352.31º | 0.18% | 0.59% | - |
| HSV(B) | 352.31º | 0.23% | 0.66% | - |
| XYZ | 28.72 | 26.15 | 26.46 | - |
| YUV | 142.23 | 123.92 | 147.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 130 | 135 | 0 | 0.23 | 0.20 | 0.34 | 352.31 | 0.18 | 0.59 |
| Hex | A9 | 82 | 87 | 0 | 17 | 14 | 22 | 160 | 12 | 3B |
| Octal | 251 | 202 | 207 | 0 | 27 | 24 | 42 | 540 | 22 | 73 |
| Binary | 10101001 | 10000010 | 10000111 | 0 | 10111 | 10100 | 100010 | 101100000 | 10010 | 111011 |
Color Harmonies of #A98287
Complementary color
Monochromatic Colors of #A98287
Black with #A98287
Text Example
Text Example
White with #A98287
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A98287; }
p { color: rgb(169,130,135); }
H1.HeaderClassName
{
color: #A98287;
}
.AnyTagClassName
{
color: #A98287;
}
</style>
background-color css
<style>
a { background-color: #A98287; }
a { background-color: rgb(169,130,135); }
div.DivClassName
{
background-color: #A98287;
}
.BgClassName
{
background-color: #A98287;
}
</style>
border-color css
<style>
span { border-color: #A98287; }
span { border-color: rgb(169,130,135); }
td.TdClassName
{
border-color: #A98287;
}
.TagClassName
{
border-color: #A98287;
}
</style>