#AB7E86

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

Shades of Tapestry #AB7E86

Tints of Tapestry #AB7E86

Color information

#AB7E86 (or 0xAB7E86) is unknown color: approx Tapestry. HEX triplet: AB, 7E and 86. RGB value is (171,126,134). Sum of RGB (Red+Green+Blue) = 171+126+134=431 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.68% from 431); Green value is 126 (49.61% from 255 or 29.23% from 431); Blue value is 134 (52.73% from 255 or 31.09% from 431); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7E86 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB7E86 is #548179. Grayscale: #8C8C8C. Windows color (decimal): -5538170 or 8814251. OLE color: 8814251.

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

Color convert

RGB171126134-
CMYK00.260.220.33
HSL349.33º21.13%58.24%-
HSV(B)349.33º26.32%67.06%-
XYZ28.5625.325.93-
YUV140.37124.41149.85-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 39.68%
GREEN value IS 126 (49.61% from 255) = 29.23%
BLUE value IS 134 (52.73% from 255) = 31.09%
R=39.68%
G=29.23%
B=31.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.22
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17112613400.260.220.33349.3321.1358.24
HexAB7E8601A162115d153a
Octal25317620603226415352572
Binary101010111111110100001100110101011010000110101110110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB7E86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB7E86; }

 p { color: rgb(171,126,134); }

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

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

 a { background-color: rgb(171,126,134); }

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

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

 span { border-color: rgb(171,126,134); }

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