#AB7E88

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

Shades of Tapestry #AB7E88

Tints of Tapestry #AB7E88

Color information

#AB7E88 (or 0xAB7E88) is unknown color: approx Tapestry. HEX triplet: AB, 7E and 88. RGB value is (171,126,136). Sum of RGB (Red+Green+Blue) = 171+126+136=433 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.49% from 433); Green value is 126 (49.61% from 255 or 29.10% from 433); Blue value is 136 (53.52% from 255 or 31.41% from 433); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7E88 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB7E88 is #548177. Grayscale: #8C8C8C. Windows color (decimal): -5538168 or 8945323. OLE color: 8945323.

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

Color convert

RGB171126136-
CMYK00.260.200.33
HSL346.67º21.13%58.24%-
HSV(B)346.67º26.32%67.06%-
XYZ28.725.3626.67-
YUV140.59125.41149.69-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 39.49%
GREEN value IS 126 (49.61% from 255) = 29.10%
BLUE value IS 136 (53.52% from 255) = 31.41%
R=39.49%
G=29.10%
B=31.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.20
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17112613600.260.200.33346.6721.1358.24
HexAB7E8801A142115b153a
Octal25317621003224415332572
Binary101010111111110100010000110101010010000110101101110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB7E88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB7E88; }

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

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

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

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

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

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

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

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