Shades of Tapestry #A97D8A
Tints of Tapestry #A97D8A
RGB
CMYK
RGB Variations
Color information
#A97D8A (or 0xA97D8A) is known color: Tapestry. HEX triplet: A9, 7D and 8A. RGB value is (169,125,138). Sum of RGB (Red+Green+Blue) = 169+125+138=432 (57% of max value = 765). Red value is 169 (66.41% from 255 or 39.12% from 432); Green value is 125 (49.22% from 255 or 28.94% from 432); Blue value is 138 (54.30% from 255 or 31.94% from 432); Max value from RGB is 169 - color contains mainly: red. Hex color #A97D8A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A97D8A is #568275. Grayscale: #8B8B8B. Windows color (decimal): -5669494 or 9076137. OLE color: 9076137.
HSL color Cylindrical-coordinate representation of color #A97D8A: hue angle of 342.27º degrees, saturation: 0.2, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A97D8A is Cyan = 0, Magento = 0.26, Yellow = 0.18 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 125 | 138 | - |
| CMYK | 0 | 0.26 | 0.18 | 0.34 |
| HSL | 342.27º | 0.2% | 0.58% | - |
| HSV(B) | 342.27º | 0.26% | 0.66% | - |
| XYZ | 28.28 | 24.94 | 27.37 | - |
| YUV | 139.64 | 127.08 | 148.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 125 | 138 | 0 | 0.26 | 0.18 | 0.34 | 342.27 | 0.2 | 0.58 |
| Hex | A9 | 7D | 8A | 0 | 1A | 12 | 22 | 156 | 14 | 3A |
| Octal | 251 | 175 | 212 | 0 | 32 | 22 | 42 | 526 | 24 | 72 |
| Binary | 10101001 | 1111101 | 10001010 | 0 | 11010 | 10010 | 100010 | 101010110 | 10100 | 111010 |
Color Harmonies of #A97D8A
Complementary color
Monochromatic Colors of #A97D8A
Black with #A97D8A
Text Example
Text Example
White with #A97D8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A97D8A; }
p { color: rgb(169,125,138); }
H1.HeaderClassName
{
color: #A97D8A;
}
.AnyTagClassName
{
color: #A97D8A;
}
</style>
background-color css
<style>
a { background-color: #A97D8A; }
a { background-color: rgb(169,125,138); }
div.DivClassName
{
background-color: #A97D8A;
}
.BgClassName
{
background-color: #A97D8A;
}
</style>
border-color css
<style>
span { border-color: #A97D8A; }
span { border-color: rgb(169,125,138); }
td.TdClassName
{
border-color: #A97D8A;
}
.TagClassName
{
border-color: #A97D8A;
}
</style>