Shades of Tapestry #A97E8C
Tints of Tapestry #A97E8C
RGB
CMYK
RGB Variations
Color information
#A97E8C (or 0xA97E8C) is known color: Tapestry. HEX triplet: A9, 7E and 8C. RGB value is (169,126,140). Sum of RGB (Red+Green+Blue) = 169+126+140=435 (57% of max value = 765). Red value is 169 (66.41% from 255 or 38.85% from 435); Green value is 126 (49.61% from 255 or 28.97% from 435); Blue value is 140 (55.08% from 255 or 32.18% from 435); Max value from RGB is 169 - color contains mainly: red. Hex color #A97E8C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A97E8C is #568173. Grayscale: #8C8C8C. Windows color (decimal): -5669236 or 9207465. OLE color: 9207465.
HSL color Cylindrical-coordinate representation of color #A97E8C: hue angle of 340.47º degrees, saturation: 0.2, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A97E8C is Cyan = 0, Magento = 0.25, Yellow = 0.17 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 126 | 140 | - |
| CMYK | 0 | 0.25 | 0.17 | 0.34 |
| HSL | 340.47º | 0.2% | 0.58% | - |
| HSV(B) | 340.47º | 0.25% | 0.66% | - |
| XYZ | 28.56 | 25.25 | 28.18 | - |
| YUV | 140.45 | 127.75 | 148.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 126 | 140 | 0 | 0.25 | 0.17 | 0.34 | 340.47 | 0.2 | 0.58 |
| Hex | A9 | 7E | 8C | 0 | 19 | 11 | 22 | 154 | 14 | 3A |
| Octal | 251 | 176 | 214 | 0 | 31 | 21 | 42 | 524 | 24 | 72 |
| Binary | 10101001 | 1111110 | 10001100 | 0 | 11001 | 10001 | 100010 | 101010100 | 10100 | 111010 |
Color Harmonies of #A97E8C
Complementary color
Monochromatic Colors of #A97E8C
Black with #A97E8C
Text Example
Text Example
White with #A97E8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A97E8C; }
p { color: rgb(169,126,140); }
H1.HeaderClassName
{
color: #A97E8C;
}
.AnyTagClassName
{
color: #A97E8C;
}
</style>
background-color css
<style>
a { background-color: #A97E8C; }
a { background-color: rgb(169,126,140); }
div.DivClassName
{
background-color: #A97E8C;
}
.BgClassName
{
background-color: #A97E8C;
}
</style>
border-color css
<style>
span { border-color: #A97E8C; }
span { border-color: rgb(169,126,140); }
td.TdClassName
{
border-color: #A97E8C;
}
.TagClassName
{
border-color: #A97E8C;
}
</style>