Shades of Tapestry #AB838B
Tints of Tapestry #AB838B
RGB
CMYK
RGB Variations
Color information
#AB838B (or 0xAB838B) is known color: Tapestry. HEX triplet: AB, 83 and 8B. RGB value is (171,131,139). Sum of RGB (Red+Green+Blue) = 171+131+139=441 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.78% from 441); Green value is 131 (51.56% from 255 or 29.71% from 441); Blue value is 139 (54.69% from 255 or 31.52% from 441); Max value from RGB is 171 - color contains mainly: red. Hex color #AB838B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB838B is #547C74. Grayscale: #8F8F8F. Windows color (decimal): -5536885 or 9143211. OLE color: 9143211.
HSL color Cylindrical-coordinate representation of color #AB838B: hue angle of 348º degrees, saturation: 0.19, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AB838B is Cyan = 0, Magento = 0.23, Yellow = 0.19 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 131 | 139 | - |
| CMYK | 0 | 0.23 | 0.19 | 0.33 |
| HSL | 348º | 0.19% | 0.59% | - |
| HSV(B) | 348º | 0.23% | 0.67% | - |
| XYZ | 29.57 | 26.75 | 28.03 | - |
| YUV | 143.87 | 125.25 | 147.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 131 | 139 | 0 | 0.23 | 0.19 | 0.33 | 348 | 0.19 | 0.59 |
| Hex | AB | 83 | 8B | 0 | 17 | 13 | 21 | 15C | 13 | 3B |
| Octal | 253 | 203 | 213 | 0 | 27 | 23 | 41 | 534 | 23 | 73 |
| Binary | 10101011 | 10000011 | 10001011 | 0 | 10111 | 10011 | 100001 | 101011100 | 10011 | 111011 |
Color Harmonies of #AB838B
Complementary color
Monochromatic Colors of #AB838B
Black with #AB838B
Text Example
Text Example
White with #AB838B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB838B; }
p { color: rgb(171,131,139); }
H1.HeaderClassName
{
color: #AB838B;
}
.AnyTagClassName
{
color: #AB838B;
}
</style>
background-color css
<style>
a { background-color: #AB838B; }
a { background-color: rgb(171,131,139); }
div.DivClassName
{
background-color: #AB838B;
}
.BgClassName
{
background-color: #AB838B;
}
</style>
border-color css
<style>
span { border-color: #AB838B; }
span { border-color: rgb(171,131,139); }
td.TdClassName
{
border-color: #AB838B;
}
.TagClassName
{
border-color: #AB838B;
}
</style>