Shades of Tapestry #A8828D
Tints of Tapestry #A8828D
RGB
CMYK
RGB Variations
Color information
#A8828D (or 0xA8828D) is known color: Tapestry. HEX triplet: A8, 82 and 8D. RGB value is (168,130,141). Sum of RGB (Red+Green+Blue) = 168+130+141=439 (58% of max value = 765). Red value is 168 (66.02% from 255 or 38.27% from 439); Green value is 130 (51.17% from 255 or 29.61% from 439); Blue value is 141 (55.47% from 255 or 32.12% from 439); Max value from RGB is 168 - color contains mainly: red. Hex color #A8828D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8828D is #577D72. Grayscale: #8E8E8E. Windows color (decimal): -5733747 or 9274024. OLE color: 9274024.
HSL color Cylindrical-coordinate representation of color #A8828D: hue angle of 342.63º degrees, saturation: 0.18, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A8828D is Cyan = 0, Magento = 0.23, Yellow = 0.16 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 130 | 141 | - |
| CMYK | 0 | 0.23 | 0.16 | 0.34 |
| HSL | 342.63º | 0.18% | 0.58% | - |
| HSV(B) | 342.63º | 0.23% | 0.66% | - |
| XYZ | 28.94 | 26.21 | 28.73 | - |
| YUV | 142.62 | 127.09 | 146.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 130 | 141 | 0 | 0.23 | 0.16 | 0.34 | 342.63 | 0.18 | 0.58 |
| Hex | A8 | 82 | 8D | 0 | 17 | 10 | 22 | 157 | 12 | 3A |
| Octal | 250 | 202 | 215 | 0 | 27 | 20 | 42 | 527 | 22 | 72 |
| Binary | 10101000 | 10000010 | 10001101 | 0 | 10111 | 10000 | 100010 | 101010111 | 10010 | 111010 |
Color Harmonies of #A8828D
Complementary color
Monochromatic Colors of #A8828D
Black with #A8828D
Text Example
Text Example
White with #A8828D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8828D; }
p { color: rgb(168,130,141); }
H1.HeaderClassName
{
color: #A8828D;
}
.AnyTagClassName
{
color: #A8828D;
}
</style>
background-color css
<style>
a { background-color: #A8828D; }
a { background-color: rgb(168,130,141); }
div.DivClassName
{
background-color: #A8828D;
}
.BgClassName
{
background-color: #A8828D;
}
</style>
border-color css
<style>
span { border-color: #A8828D; }
span { border-color: rgb(168,130,141); }
td.TdClassName
{
border-color: #A8828D;
}
.TagClassName
{
border-color: #A8828D;
}
</style>