#AB7988

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

Shades of Tapestry #AB7988

Tints of Tapestry #AB7988

Color information

#AB7988 (or 0xAB7988) is unknown color: approx Tapestry. HEX triplet: AB, 79 and 88. RGB value is (171,121,136). Sum of RGB (Red+Green+Blue) = 171+121+136=428 (56% of max value = 765). Red value is 171 (67.19% from 255 or 39.95% from 428); Green value is 121 (47.66% from 255 or 28.27% from 428); Blue value is 136 (53.52% from 255 or 31.78% from 428); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7988 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB7988 is #548677. Grayscale: #898989. Windows color (decimal): -5539448 or 8944043. OLE color: 8944043.

HSL color Cylindrical-coordinate representation of color #AB7988: hue angle of 342º degrees, saturation: 0.23, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AB7988 is Cyan = 0, Magento = 0.29, Yellow = 0.20 and Black (K on CMYK) = 0.33.

Color convert

RGB171121136-
CMYK00.290.200.33
HSL342º22.94%57.25%-
HSV(B)342º29.24%67.06%-
XYZ28.0824.1126.47-
YUV137.66127.06151.78-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 39.95%
GREEN value IS 121 (47.66% from 255) = 28.27%
BLUE value IS 136 (53.52% from 255) = 31.78%
R=39.95%
G=28.27%
B=31.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.20
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17112113600.290.200.3334222.9457.25
HexAB798801D14211561739
Octal25317121003524415262771
Binary101010111111001100010000111011010010000110101011010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB7988

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB7988; }

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

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

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

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

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

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

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

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