Shades of Tapestry #A8808D
Tints of Tapestry #A8808D
RGB
CMYK
RGB Variations
Color information
#A8808D (or 0xA8808D) is known color: Tapestry. HEX triplet: A8, 80 and 8D. RGB value is (168,128,141). Sum of RGB (Red+Green+Blue) = 168+128+141=437 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.44% from 437); Green value is 128 (50.39% from 255 or 29.29% from 437); Blue value is 141 (55.47% from 255 or 32.27% from 437); Max value from RGB is 168 - color contains mainly: red. Hex color #A8808D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8808D is #577F72. Grayscale: #8D8D8D. Windows color (decimal): -5734259 or 9273512. OLE color: 9273512.
HSL color Cylindrical-coordinate representation of color #A8808D: hue angle of 340.5º degrees, saturation: 0.19, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A8808D is Cyan = 0, Magento = 0.24, Yellow = 0.16 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 128 | 141 | - |
| CMYK | 0 | 0.24 | 0.16 | 0.34 |
| HSL | 340.5º | 0.19% | 0.58% | - |
| HSV(B) | 340.5º | 0.24% | 0.66% | - |
| XYZ | 28.68 | 25.69 | 28.65 | - |
| YUV | 141.44 | 127.75 | 146.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 128 | 141 | 0 | 0.24 | 0.16 | 0.34 | 340.5 | 0.19 | 0.58 |
| Hex | A8 | 80 | 8D | 0 | 18 | 10 | 22 | 154 | 13 | 3A |
| Octal | 250 | 200 | 215 | 0 | 30 | 20 | 42 | 524 | 23 | 72 |
| Binary | 10101000 | 10000000 | 10001101 | 0 | 11000 | 10000 | 100010 | 101010100 | 10011 | 111010 |
Color Harmonies of #A8808D
Complementary color
Monochromatic Colors of #A8808D
Black with #A8808D
Text Example
Text Example
White with #A8808D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8808D; }
p { color: rgb(168,128,141); }
H1.HeaderClassName
{
color: #A8808D;
}
.AnyTagClassName
{
color: #A8808D;
}
</style>
background-color css
<style>
a { background-color: #A8808D; }
a { background-color: rgb(168,128,141); }
div.DivClassName
{
background-color: #A8808D;
}
.BgClassName
{
background-color: #A8808D;
}
</style>
border-color css
<style>
span { border-color: #A8808D; }
span { border-color: rgb(168,128,141); }
td.TdClassName
{
border-color: #A8808D;
}
.TagClassName
{
border-color: #A8808D;
}
</style>