Shades of Tapestry #AB818D
Tints of Tapestry #AB818D
RGB
CMYK
RGB Variations
Color information
#AB818D (or 0xAB818D) is known color: Tapestry. HEX triplet: AB, 81 and 8D. RGB value is (171,129,141). Sum of RGB (Red+Green+Blue) = 171+129+141=441 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.78% from 441); Green value is 129 (50.78% from 255 or 29.25% from 441); Blue value is 141 (55.47% from 255 or 31.97% from 441); Max value from RGB is 171 - color contains mainly: red. Hex color #AB818D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB818D is #547E72. Grayscale: #8E8E8E. Windows color (decimal): -5537395 or 9273771. OLE color: 9273771.
HSL color Cylindrical-coordinate representation of color #AB818D: hue angle of 342.86º degrees, saturation: 0.2, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AB818D is Cyan = 0, Magento = 0.25, Yellow = 0.18 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 129 | 141 | - |
| CMYK | 0 | 0.25 | 0.18 | 0.33 |
| HSL | 342.86º | 0.2% | 0.59% | - |
| HSV(B) | 342.86º | 0.25% | 0.67% | - |
| XYZ | 29.45 | 26.28 | 28.72 | - |
| YUV | 142.93 | 126.91 | 148.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 129 | 141 | 0 | 0.25 | 0.18 | 0.33 | 342.86 | 0.2 | 0.59 |
| Hex | AB | 81 | 8D | 0 | 19 | 12 | 21 | 157 | 14 | 3B |
| Octal | 253 | 201 | 215 | 0 | 31 | 22 | 41 | 527 | 24 | 73 |
| Binary | 10101011 | 10000001 | 10001101 | 0 | 11001 | 10010 | 100001 | 101010111 | 10100 | 111011 |
Color Harmonies of #AB818D
Complementary color
Monochromatic Colors of #AB818D
Black with #AB818D
Text Example
Text Example
White with #AB818D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB818D; }
p { color: rgb(171,129,141); }
H1.HeaderClassName
{
color: #AB818D;
}
.AnyTagClassName
{
color: #AB818D;
}
</style>
background-color css
<style>
a { background-color: #AB818D; }
a { background-color: rgb(171,129,141); }
div.DivClassName
{
background-color: #AB818D;
}
.BgClassName
{
background-color: #AB818D;
}
</style>
border-color css
<style>
span { border-color: #AB818D; }
span { border-color: rgb(171,129,141); }
td.TdClassName
{
border-color: #AB818D;
}
.TagClassName
{
border-color: #AB818D;
}
</style>