#AB888A

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

Shades of Tapestry #AB888A

Tints of Tapestry #AB888A

Color information

#AB888A (or 0xAB888A) is unknown color: approx Tapestry. HEX triplet: AB, 88 and 8A. RGB value is (171,136,138). Sum of RGB (Red+Green+Blue) = 171+136+138=445 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.43% from 445); Green value is 136 (53.52% from 255 or 30.56% from 445); Blue value is 138 (54.30% from 255 or 31.01% from 445); Max value from RGB is 171 - color contains mainly: red. Hex color #AB888A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB888A is #547775. Grayscale: #929292. Windows color (decimal): -5535606 or 9078955. OLE color: 9078955.

HSL color Cylindrical-coordinate representation of color #AB888A: hue angle of 356.57º degrees, saturation: 0.17, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AB888A is Cyan = 0, Magento = 0.20, Yellow = 0.19 and Black (K on CMYK) = 0.33.

Color convert

RGB171136138-
CMYK00.200.190.33
HSL356.57º17.24%60.2%-
HSV(B)356.57º20.47%67.06%-
XYZ30.1928.127.88-
YUV146.69123.1145.34-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 38.43%
GREEN value IS 136 (53.52% from 255) = 30.56%
BLUE value IS 138 (54.30% from 255) = 31.01%
R=38.43%
G=30.56%
B=31.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.19
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17113613800.200.190.33356.5717.2460.2
HexAB888A0141321165113c
Octal25321021202423415452174
Binary1010101110001000100010100101001001110000110110010110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB888A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB888A; }

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

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

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

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

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

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

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

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