#AB878A

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

Shades of Tapestry #AB878A

Tints of Tapestry #AB878A

Color information

#AB878A (or 0xAB878A) is unknown color: approx Tapestry. HEX triplet: AB, 87 and 8A. RGB value is (171,135,138). Sum of RGB (Red+Green+Blue) = 171+135+138=444 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.51% from 444); Green value is 135 (53.12% from 255 or 30.41% from 444); Blue value is 138 (54.30% from 255 or 31.08% from 444); Max value from RGB is 171 - color contains mainly: red. Hex color #AB878A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB878A is #547875. Grayscale: #929292. Windows color (decimal): -5535862 or 9078699. OLE color: 9078699.

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

Color convert

RGB171135138-
CMYK00.210.190.33
HSL355º17.65%60%-
HSV(B)355º21.05%67.06%-
XYZ30.0527.8227.83-
YUV146.11123.43145.76-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 38.51%
GREEN value IS 135 (53.12% from 255) = 30.41%
BLUE value IS 138 (54.30% from 255) = 31.08%
R=38.51%
G=30.41%
B=31.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.19
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17113513800.210.190.3335517.6560
HexAB878A0151321163123c
Octal25320721202523415432274
Binary1010101110000111100010100101011001110000110110001110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB878A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB878A; }

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

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

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

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

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

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

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

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