Shades of Tapestry #AB7E8B
Tints of Tapestry #AB7E8B
RGB
CMYK
RGB Variations
Color information
#AB7E8B (or 0xAB7E8B) is known color: Tapestry. HEX triplet: AB, 7E and 8B. RGB value is (171,126,139). Sum of RGB (Red+Green+Blue) = 171+126+139=436 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.22% from 436); Green value is 126 (49.61% from 255 or 28.90% from 436); Blue value is 139 (54.69% from 255 or 31.88% from 436); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7E8B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB7E8B is #548174. Grayscale: #8C8C8C. Windows color (decimal): -5538165 or 9141931. OLE color: 9141931.
HSL color Cylindrical-coordinate representation of color #AB7E8B: hue angle of 342.67º degrees, saturation: 0.21, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AB7E8B is Cyan = 0, Magento = 0.26, Yellow = 0.19 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 126 | 139 | - |
| CMYK | 0 | 0.26 | 0.19 | 0.33 |
| HSL | 342.67º | 0.21% | 0.58% | - |
| HSV(B) | 342.67º | 0.26% | 0.67% | - |
| XYZ | 28.92 | 25.44 | 27.81 | - |
| YUV | 140.94 | 126.91 | 149.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 126 | 139 | 0 | 0.26 | 0.19 | 0.33 | 342.67 | 0.21 | 0.58 |
| Hex | AB | 7E | 8B | 0 | 1A | 13 | 21 | 157 | 15 | 3A |
| Octal | 253 | 176 | 213 | 0 | 32 | 23 | 41 | 527 | 25 | 72 |
| Binary | 10101011 | 1111110 | 10001011 | 0 | 11010 | 10011 | 100001 | 101010111 | 10101 | 111010 |
Color Harmonies of #AB7E8B
Complementary color
Monochromatic Colors of #AB7E8B
Black with #AB7E8B
Text Example
Text Example
White with #AB7E8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB7E8B; }
p { color: rgb(171,126,139); }
H1.HeaderClassName
{
color: #AB7E8B;
}
.AnyTagClassName
{
color: #AB7E8B;
}
</style>
background-color css
<style>
a { background-color: #AB7E8B; }
a { background-color: rgb(171,126,139); }
div.DivClassName
{
background-color: #AB7E8B;
}
.BgClassName
{
background-color: #AB7E8B;
}
</style>
border-color css
<style>
span { border-color: #AB7E8B; }
span { border-color: rgb(171,126,139); }
td.TdClassName
{
border-color: #AB7E8B;
}
.TagClassName
{
border-color: #AB7E8B;
}
</style>