#AB888D

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

Shades of Tapestry #AB888D

Tints of Tapestry #AB888D

Color information

#AB888D (or 0xAB888D) is unknown color: approx Tapestry. HEX triplet: AB, 88 and 8D. RGB value is (171,136,141). Sum of RGB (Red+Green+Blue) = 171+136+141=448 (59% of max value = 765). Red value is 171 (67.19% from 255 or 38.17% from 448); Green value is 136 (53.52% from 255 or 30.36% from 448); Blue value is 141 (55.47% from 255 or 31.47% from 448); Max value from RGB is 171 - color contains mainly: red. Hex color #AB888D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB888D is #547772. Grayscale: #939393. Windows color (decimal): -5535603 or 9275563. OLE color: 9275563.

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

Color convert

RGB171136141-
CMYK00.200.180.33
HSL351.43º17.24%60.2%-
HSV(B)351.43º20.47%67.06%-
XYZ30.4128.1929.04-
YUV147.04124.6145.09-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 38.17%
GREEN value IS 136 (53.52% from 255) = 30.36%
BLUE value IS 141 (55.47% from 255) = 31.47%
R=38.17%
G=30.36%
B=31.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.18
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17113614100.200.180.33351.4317.2460.2
HexAB888D014122115f113c
Octal25321021502422415372174
Binary1010101110001000100011010101001001010000110101111110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB888D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB888D; }

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

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

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

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

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

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

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

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