#AB878D

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

Shades of Tapestry #AB878D

Tints of Tapestry #AB878D

Color information

#AB878D (or 0xAB878D) is unknown color: approx Tapestry. HEX triplet: AB, 87 and 8D. RGB value is (171,135,141). Sum of RGB (Red+Green+Blue) = 171+135+141=447 (59% of max value = 765). Red value is 171 (67.19% from 255 or 38.26% from 447); Green value is 135 (53.12% from 255 or 30.20% from 447); Blue value is 141 (55.47% from 255 or 31.54% from 447); Max value from RGB is 171 - color contains mainly: red. Hex color #AB878D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB878D is #547872. Grayscale: #929292. Windows color (decimal): -5535859 or 9275307. OLE color: 9275307.

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

Color convert

RGB171135141-
CMYK00.210.180.33
HSL350º17.65%60%-
HSV(B)350º21.05%67.06%-
XYZ30.2727.9128.99-
YUV146.45124.93145.51-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 38.26%
GREEN value IS 135 (53.12% from 255) = 30.20%
BLUE value IS 141 (55.47% from 255) = 31.54%
R=38.26%
G=30.20%
B=31.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.18
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17113514100.210.180.3335017.6560
HexAB878D015122115e123c
Octal25320721502522415362274
Binary1010101110000111100011010101011001010000110101111010010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB878D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB878D; }

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

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

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

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

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

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

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

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