Shades of Tapestry #AB828D
Tints of Tapestry #AB828D
RGB
CMYK
RGB Variations
Color information
#AB828D (or 0xAB828D) is known color: Tapestry. HEX triplet: AB, 82 and 8D. RGB value is (171,130,141). Sum of RGB (Red+Green+Blue) = 171+130+141=442 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.69% from 442); Green value is 130 (51.17% from 255 or 29.41% from 442); Blue value is 141 (55.47% from 255 or 31.90% from 442); Max value from RGB is 171 - color contains mainly: red. Hex color #AB828D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB828D is #547D72. Grayscale: #8F8F8F. Windows color (decimal): -5537139 or 9274027. OLE color: 9274027.
HSL color Cylindrical-coordinate representation of color #AB828D: hue angle of 343.9º 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 #AB828D is Cyan = 0, Magento = 0.24, Yellow = 0.18 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 130 | 141 | - |
| CMYK | 0 | 0.24 | 0.18 | 0.33 |
| HSL | 343.9º | 0.2% | 0.59% | - |
| HSV(B) | 343.9º | 0.24% | 0.67% | - |
| XYZ | 29.58 | 26.55 | 28.76 | - |
| YUV | 143.51 | 126.58 | 147.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 130 | 141 | 0 | 0.24 | 0.18 | 0.33 | 343.9 | 0.2 | 0.59 |
| Hex | AB | 82 | 8D | 0 | 18 | 12 | 21 | 158 | 14 | 3B |
| Octal | 253 | 202 | 215 | 0 | 30 | 22 | 41 | 530 | 24 | 73 |
| Binary | 10101011 | 10000010 | 10001101 | 0 | 11000 | 10010 | 100001 | 101011000 | 10100 | 111011 |
Color Harmonies of #AB828D
Complementary color
Monochromatic Colors of #AB828D
Black with #AB828D
Text Example
Text Example
White with #AB828D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB828D; }
p { color: rgb(171,130,141); }
H1.HeaderClassName
{
color: #AB828D;
}
.AnyTagClassName
{
color: #AB828D;
}
</style>
background-color css
<style>
a { background-color: #AB828D; }
a { background-color: rgb(171,130,141); }
div.DivClassName
{
background-color: #AB828D;
}
.BgClassName
{
background-color: #AB828D;
}
</style>
border-color css
<style>
span { border-color: #AB828D; }
span { border-color: rgb(171,130,141); }
td.TdClassName
{
border-color: #AB828D;
}
.TagClassName
{
border-color: #AB828D;
}
</style>