#AB7E8B

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

Shades of Tapestry #AB7E8B

Tints of Tapestry #AB7E8B

Color information

#AB7E8B (or 0xAB7E8B) is unknown color: approx Tapestry. HEX triplet: AB, 7E and 8B. RGB value is (171,126,139). Sum of RGB (Red+Green+Blue) = 171+126+139=436 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.22% from 436); Green value is 126 (49.61% from 255 or 28.90% from 436); Blue value is 139 (54.69% from 255 or 31.88% from 436); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7E8B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB7E8B is #548174. Grayscale: #8C8C8C. Windows color (decimal): -5538165 or 9141931. OLE color: 9141931.

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

Color convert

RGB171126139-
CMYK00.260.190.33
HSL342.67º21.13%58.24%-
HSV(B)342.67º26.32%67.06%-
XYZ28.9225.4427.81-
YUV140.94126.91149.44-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 39.22%
GREEN value IS 126 (49.61% from 255) = 28.90%
BLUE value IS 139 (54.69% from 255) = 31.88%
R=39.22%
G=28.90%
B=31.88%

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
Decimal17112613900.260.190.33342.6721.1358.24
HexAB7E8B01A1321157153a
Octal25317621303223415272572
Binary101010111111110100010110110101001110000110101011110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB7E8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB7E8B; }

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

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

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

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

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

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

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

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