Shades of Tapestry #AB828E
Tints of Tapestry #AB828E
RGB
CMYK
RGB Variations
Color information
#AB828E (or 0xAB828E) is known color: Tapestry. HEX triplet: AB, 82 and 8E. RGB value is (171,130,142). Sum of RGB (Red+Green+Blue) = 171+130+142=443 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.60% from 443); Green value is 130 (51.17% from 255 or 29.35% from 443); Blue value is 142 (55.86% from 255 or 32.05% from 443); Max value from RGB is 171 - color contains mainly: red. Hex color #AB828E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB828E is #547D71. Grayscale: #8F8F8F. Windows color (decimal): -5537138 or 9339563. OLE color: 9339563.
HSL color Cylindrical-coordinate representation of color #AB828E: hue angle of 342.44º degrees, saturation: 0.2, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AB828E is Cyan = 0, Magento = 0.24, Yellow = 0.17 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 130 | 142 | - |
| CMYK | 0 | 0.24 | 0.17 | 0.33 |
| HSL | 342.44º | 0.2% | 0.59% | - |
| HSV(B) | 342.44º | 0.24% | 0.67% | - |
| XYZ | 29.66 | 26.58 | 29.16 | - |
| YUV | 143.63 | 127.08 | 147.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 130 | 142 | 0 | 0.24 | 0.17 | 0.33 | 342.44 | 0.2 | 0.59 |
| Hex | AB | 82 | 8E | 0 | 18 | 11 | 21 | 156 | 14 | 3B |
| Octal | 253 | 202 | 216 | 0 | 30 | 21 | 41 | 526 | 24 | 73 |
| Binary | 10101011 | 10000010 | 10001110 | 0 | 11000 | 10001 | 100001 | 101010110 | 10100 | 111011 |
Color Harmonies of #AB828E
Complementary color
Monochromatic Colors of #AB828E
Black with #AB828E
Text Example
Text Example
White with #AB828E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB828E; }
p { color: rgb(171,130,142); }
H1.HeaderClassName
{
color: #AB828E;
}
.AnyTagClassName
{
color: #AB828E;
}
</style>
background-color css
<style>
a { background-color: #AB828E; }
a { background-color: rgb(171,130,142); }
div.DivClassName
{
background-color: #AB828E;
}
.BgClassName
{
background-color: #AB828E;
}
</style>
border-color css
<style>
span { border-color: #AB828E; }
span { border-color: rgb(171,130,142); }
td.TdClassName
{
border-color: #AB828E;
}
.TagClassName
{
border-color: #AB828E;
}
</style>