#AB7E8E

Color #AB7E8E Tapestry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tapestry #AB7E8E

Tints of Tapestry #AB7E8E

Color information

#AB7E8E (or 0xAB7E8E) is unknown color: approx Tapestry. HEX triplet: AB, 7E and 8E. RGB value is (171,126,142). Sum of RGB (Red+Green+Blue) = 171+126+142=439 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.95% from 439); Green value is 126 (49.61% from 255 or 28.70% from 439); Blue value is 142 (55.86% from 255 or 32.35% from 439); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7E8E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB7E8E is #548171. Grayscale: #8D8D8D. Windows color (decimal): -5538162 or 9338539. OLE color: 9338539.

HSL color Cylindrical-coordinate representation of color #AB7E8E: hue angle of 338.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 #AB7E8E is Cyan = 0, Magento = 0.26, Yellow = 0.17 and Black (K on CMYK) = 0.33.

Color convert

RGB171126142-
CMYK00.260.170.33
HSL338.67º21.13%58.24%-
HSV(B)338.67º26.32%67.06%-
XYZ29.1425.5328.98-
YUV141.28128.41149.2-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 171 (67.19% from 255) = 38.95%
GREEN value IS 126 (49.61% from 255) = 28.70%
BLUE value IS 142 (55.86% from 255) = 32.35%
R=38.95%
G=28.70%
B=32.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.17
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17112614200.260.170.33338.6721.1358.24
HexAB7E8E01A1121153153a
Octal25317621603221415232572
Binary101010111111110100011100110101000110000110101001110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB7E8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB7E8E; }

 p { color: rgb(171,126,142); }

 H1.HeaderClassName
 {
   color: #AB7E8E;
 }
 .AnyTagClassName
 {
   color: #AB7E8E;
 }
</style>
background-color css

<style>
 a { background-color: #AB7E8E; }

 a { background-color: rgb(171,126,142); }

 div.DivClassName
 {
   background-color: #AB7E8E;
 }
 .BgClassName
 {
   background-color: #AB7E8E;
 }
</style>
border-color css

<style>
 span { border-color: #AB7E8E; }

 span { border-color: rgb(171,126,142); }

 td.TdClassName
 {
   border-color: #AB7E8E;
 }
 .TagClassName
 {
   border-color: #AB7E8E;
 }
</style>