Shades of Tapestry #A97080
Tints of Tapestry #A97080
RGB
CMYK
RGB Variations
Color information
#A97080 (or 0xA97080) is known color: Tapestry. HEX triplet: A9, 70 and 80. RGB value is (169,112,128). Sum of RGB (Red+Green+Blue) = 169+112+128=409 (54% of max value = 765). Red value is 169 (66.41% from 255 or 41.32% from 409); Green value is 112 (44.14% from 255 or 27.38% from 409); Blue value is 128 (50.39% from 255 or 31.30% from 409); Max value from RGB is 169 - color contains mainly: red. Hex color #A97080 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A97080 is #568F7F. Grayscale: #828282. Windows color (decimal): -5672832 or 8417449. OLE color: 8417449.
HSL color Cylindrical-coordinate representation of color #A97080: hue angle of 343.16º degrees, saturation: 0.25, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A97080 is Cyan = 0, Magento = 0.34, Yellow = 0.24 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 112 | 128 | - |
| CMYK | 0 | 0.34 | 0.24 | 0.34 |
| HSL | 343.16º | 0.25% | 0.55% | - |
| HSV(B) | 343.16º | 0.34% | 0.66% | - |
| XYZ | 26.05 | 21.58 | 23.21 | - |
| YUV | 130.87 | 126.38 | 155.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 112 | 128 | 0 | 0.34 | 0.24 | 0.34 | 343.16 | 0.25 | 0.55 |
| Hex | A9 | 70 | 80 | 0 | 22 | 18 | 22 | 157 | 19 | 37 |
| Octal | 251 | 160 | 200 | 0 | 42 | 30 | 42 | 527 | 31 | 67 |
| Binary | 10101001 | 1110000 | 10000000 | 0 | 100010 | 11000 | 100010 | 101010111 | 11001 | 110111 |
Color Harmonies of #A97080
Complementary color
Monochromatic Colors of #A97080
Black with #A97080
Text Example
Text Example
White with #A97080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A97080; }
p { color: rgb(169,112,128); }
H1.HeaderClassName
{
color: #A97080;
}
.AnyTagClassName
{
color: #A97080;
}
</style>
background-color css
<style>
a { background-color: #A97080; }
a { background-color: rgb(169,112,128); }
div.DivClassName
{
background-color: #A97080;
}
.BgClassName
{
background-color: #A97080;
}
</style>
border-color css
<style>
span { border-color: #A97080; }
span { border-color: rgb(169,112,128); }
td.TdClassName
{
border-color: #A97080;
}
.TagClassName
{
border-color: #A97080;
}
</style>