Shades of Tapestry #A97A8E
Tints of Tapestry #A97A8E
RGB
CMYK
RGB Variations
Color information
#A97A8E (or 0xA97A8E) is known color: Tapestry. HEX triplet: A9, 7A and 8E. RGB value is (169,122,142). Sum of RGB (Red+Green+Blue) = 169+122+142=433 (57% of max value = 765). Red value is 169 (66.41% from 255 or 39.03% from 433); Green value is 122 (48.05% from 255 or 28.18% from 433); Blue value is 142 (55.86% from 255 or 32.79% from 433); Max value from RGB is 169 - color contains mainly: red. Hex color #A97A8E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A97A8E is #568571. Grayscale: #8A8A8A. Windows color (decimal): -5670258 or 9337513. OLE color: 9337513.
HSL color Cylindrical-coordinate representation of color #A97A8E: hue angle of 334.47º degrees, saturation: 0.21, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A97A8E is Cyan = 0, Magento = 0.28, Yellow = 0.16 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 122 | 142 | - |
| CMYK | 0 | 0.28 | 0.16 | 0.34 |
| HSL | 334.47º | 0.21% | 0.57% | - |
| HSV(B) | 334.47º | 0.28% | 0.66% | - |
| XYZ | 28.2 | 24.31 | 28.8 | - |
| YUV | 138.33 | 130.07 | 149.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 122 | 142 | 0 | 0.28 | 0.16 | 0.34 | 334.47 | 0.21 | 0.57 |
| Hex | A9 | 7A | 8E | 0 | 1C | 10 | 22 | 14E | 15 | 39 |
| Octal | 251 | 172 | 216 | 0 | 34 | 20 | 42 | 516 | 25 | 71 |
| Binary | 10101001 | 1111010 | 10001110 | 0 | 11100 | 10000 | 100010 | 101001110 | 10101 | 111001 |
Color Harmonies of #A97A8E
Complementary color
Monochromatic Colors of #A97A8E
Black with #A97A8E
Text Example
Text Example
White with #A97A8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A97A8E; }
p { color: rgb(169,122,142); }
H1.HeaderClassName
{
color: #A97A8E;
}
.AnyTagClassName
{
color: #A97A8E;
}
</style>
background-color css
<style>
a { background-color: #A97A8E; }
a { background-color: rgb(169,122,142); }
div.DivClassName
{
background-color: #A97A8E;
}
.BgClassName
{
background-color: #A97A8E;
}
</style>
border-color css
<style>
span { border-color: #A97A8E; }
span { border-color: rgb(169,122,142); }
td.TdClassName
{
border-color: #A97A8E;
}
.TagClassName
{
border-color: #A97A8E;
}
</style>