Shades of Tapestry #AB7E8A
Tints of Tapestry #AB7E8A
RGB
CMYK
RGB Variations
Color information
#AB7E8A (or 0xAB7E8A) is known color: Tapestry. HEX triplet: AB, 7E and 8A. RGB value is (171,126,138). Sum of RGB (Red+Green+Blue) = 171+126+138=435 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.31% from 435); Green value is 126 (49.61% from 255 or 28.97% from 435); Blue value is 138 (54.30% from 255 or 31.72% from 435); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7E8A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB7E8A is #548175. Grayscale: #8C8C8C. Windows color (decimal): -5538166 or 9076395. OLE color: 9076395.
HSL color Cylindrical-coordinate representation of color #AB7E8A: hue angle of 344º 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 #AB7E8A is Cyan = 0, Magento = 0.26, Yellow = 0.19 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 126 | 138 | - |
| CMYK | 0 | 0.26 | 0.19 | 0.33 |
| HSL | 344º | 0.21% | 0.58% | - |
| HSV(B) | 344º | 0.26% | 0.67% | - |
| XYZ | 28.84 | 25.41 | 27.43 | - |
| YUV | 140.82 | 126.41 | 149.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 126 | 138 | 0 | 0.26 | 0.19 | 0.33 | 344 | 0.21 | 0.58 |
| Hex | AB | 7E | 8A | 0 | 1A | 13 | 21 | 158 | 15 | 3A |
| Octal | 253 | 176 | 212 | 0 | 32 | 23 | 41 | 530 | 25 | 72 |
| Binary | 10101011 | 1111110 | 10001010 | 0 | 11010 | 10011 | 100001 | 101011000 | 10101 | 111010 |
Color Harmonies of #AB7E8A
Complementary color
Monochromatic Colors of #AB7E8A
Black with #AB7E8A
Text Example
Text Example
White with #AB7E8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB7E8A; }
p { color: rgb(171,126,138); }
H1.HeaderClassName
{
color: #AB7E8A;
}
.AnyTagClassName
{
color: #AB7E8A;
}
</style>
background-color css
<style>
a { background-color: #AB7E8A; }
a { background-color: rgb(171,126,138); }
div.DivClassName
{
background-color: #AB7E8A;
}
.BgClassName
{
background-color: #AB7E8A;
}
</style>
border-color css
<style>
span { border-color: #AB7E8A; }
span { border-color: rgb(171,126,138); }
td.TdClassName
{
border-color: #AB7E8A;
}
.TagClassName
{
border-color: #AB7E8A;
}
</style>