#AB7E8A

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

Shades of Tapestry #AB7E8A

Tints of Tapestry #AB7E8A

Color information

#AB7E8A (or 0xAB7E8A) is unknown color: approx Tapestry. HEX triplet: AB, 7E and 8A. RGB value is (171,126,138). Sum of RGB (Red+Green+Blue) = 171+126+138=435 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.31% from 435); Green value is 126 (49.61% from 255 or 28.97% from 435); Blue value is 138 (54.30% from 255 or 31.72% from 435); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7E8A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB7E8A is #548175. Grayscale: #8C8C8C. Windows color (decimal): -5538166 or 9076395. OLE color: 9076395.

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

Color convert

RGB171126138-
CMYK00.260.190.33
HSL344º21.13%58.24%-
HSV(B)344º26.32%67.06%-
XYZ28.8425.4127.43-
YUV140.82126.41149.52-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 39.31%
GREEN value IS 126 (49.61% from 255) = 28.97%
BLUE value IS 138 (54.30% from 255) = 31.72%
R=39.31%
G=28.97%
B=31.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.19
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17112613800.260.190.3334421.1358.24
HexAB7E8A01A1321158153a
Octal25317621203223415302572
Binary101010111111110100010100110101001110000110101100010101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB7E8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB7E8A; }

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

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

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

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

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

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

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

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