Shades of Tapestry #A97687
Tints of Tapestry #A97687
RGB
CMYK
RGB Variations
Color information
#A97687 (or 0xA97687) is known color: Tapestry. HEX triplet: A9, 76 and 87. RGB value is (169,118,135). Sum of RGB (Red+Green+Blue) = 169+118+135=422 (55% of max value = 765). Red value is 169 (66.41% from 255 or 40.05% from 422); Green value is 118 (46.48% from 255 or 27.96% from 422); Blue value is 135 (53.12% from 255 or 31.99% from 422); Max value from RGB is 169 - color contains mainly: red. Hex color #A97687 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A97687 is #568978. Grayscale: #878787. Windows color (decimal): -5671289 or 8877737. OLE color: 8877737.
HSL color Cylindrical-coordinate representation of color #A97687: hue angle of 340º degrees, saturation: 0.23, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A97687 is Cyan = 0, Magento = 0.30, Yellow = 0.20 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 118 | 135 | - |
| CMYK | 0 | 0.30 | 0.20 | 0.34 |
| HSL | 340º | 0.23% | 0.56% | - |
| HSV(B) | 340º | 0.3% | 0.66% | - |
| XYZ | 27.21 | 23.14 | 25.95 | - |
| YUV | 135.19 | 127.9 | 152.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 118 | 135 | 0 | 0.30 | 0.20 | 0.34 | 340 | 0.23 | 0.56 |
| Hex | A9 | 76 | 87 | 0 | 1E | 14 | 22 | 154 | 17 | 38 |
| Octal | 251 | 166 | 207 | 0 | 36 | 24 | 42 | 524 | 27 | 70 |
| Binary | 10101001 | 1110110 | 10000111 | 0 | 11110 | 10100 | 100010 | 101010100 | 10111 | 111000 |
Color Harmonies of #A97687
Complementary color
Monochromatic Colors of #A97687
Black with #A97687
Text Example
Text Example
White with #A97687
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A97687; }
p { color: rgb(169,118,135); }
H1.HeaderClassName
{
color: #A97687;
}
.AnyTagClassName
{
color: #A97687;
}
</style>
background-color css
<style>
a { background-color: #A97687; }
a { background-color: rgb(169,118,135); }
div.DivClassName
{
background-color: #A97687;
}
.BgClassName
{
background-color: #A97687;
}
</style>
border-color css
<style>
span { border-color: #A97687; }
span { border-color: rgb(169,118,135); }
td.TdClassName
{
border-color: #A97687;
}
.TagClassName
{
border-color: #A97687;
}
</style>