Shades of Tapestry #A8828E
Tints of Tapestry #A8828E
RGB
CMYK
RGB Variations
Color information
#A8828E (or 0xA8828E) is known color: Tapestry. HEX triplet: A8, 82 and 8E. RGB value is (168,130,142). Sum of RGB (Red+Green+Blue) = 168+130+142=440 (58% of max value = 765). Red value is 168 (66.02% from 255 or 38.18% from 440); Green value is 130 (51.17% from 255 or 29.55% from 440); Blue value is 142 (55.86% from 255 or 32.27% from 440); Max value from RGB is 168 - color contains mainly: red. Hex color #A8828E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8828E is #577D71. Grayscale: #8E8E8E. Windows color (decimal): -5733746 or 9339560. OLE color: 9339560.
HSL color Cylindrical-coordinate representation of color #A8828E: hue angle of 341.05º 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 #A8828E is Cyan = 0, Magento = 0.23, Yellow = 0.15 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 130 | 142 | - |
| CMYK | 0 | 0.23 | 0.15 | 0.34 |
| HSL | 341.05º | 0.18% | 0.58% | - |
| HSV(B) | 341.05º | 0.23% | 0.66% | - |
| XYZ | 29.01 | 26.24 | 29.13 | - |
| YUV | 142.73 | 127.59 | 146.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 130 | 142 | 0 | 0.23 | 0.15 | 0.34 | 341.05 | 0.18 | 0.58 |
| Hex | A8 | 82 | 8E | 0 | 17 | F | 22 | 155 | 12 | 3A |
| Octal | 250 | 202 | 216 | 0 | 27 | 17 | 42 | 525 | 22 | 72 |
| Binary | 10101000 | 10000010 | 10001110 | 0 | 10111 | 1111 | 100010 | 101010101 | 10010 | 111010 |
Color Harmonies of #A8828E
Complementary color
Monochromatic Colors of #A8828E
Black with #A8828E
Text Example
Text Example
White with #A8828E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8828E; }
p { color: rgb(168,130,142); }
H1.HeaderClassName
{
color: #A8828E;
}
.AnyTagClassName
{
color: #A8828E;
}
</style>
background-color css
<style>
a { background-color: #A8828E; }
a { background-color: rgb(168,130,142); }
div.DivClassName
{
background-color: #A8828E;
}
.BgClassName
{
background-color: #A8828E;
}
</style>
border-color css
<style>
span { border-color: #A8828E; }
span { border-color: rgb(168,130,142); }
td.TdClassName
{
border-color: #A8828E;
}
.TagClassName
{
border-color: #A8828E;
}
</style>