#AB7D8B

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

Shades of Tapestry #AB7D8B

Tints of Tapestry #AB7D8B

Color information

#AB7D8B (or 0xAB7D8B) is unknown color: approx Tapestry. HEX triplet: AB, 7D and 8B. RGB value is (171,125,139). Sum of RGB (Red+Green+Blue) = 171+125+139=435 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.31% from 435); Green value is 125 (49.22% from 255 or 28.74% from 435); Blue value is 139 (54.69% from 255 or 31.95% from 435); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7D8B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB7D8B is #548274. Grayscale: #8C8C8C. Windows color (decimal): -5538421 or 9141675. OLE color: 9141675.

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

Color convert

RGB171125139-
CMYK00.270.190.33
HSL341.74º21.5%58.04%-
HSV(B)341.74º26.9%67.06%-
XYZ28.7925.1927.77-
YUV140.35127.24149.86-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 39.31%
GREEN value IS 125 (49.22% from 255) = 28.74%
BLUE value IS 139 (54.69% from 255) = 31.95%
R=39.31%
G=28.74%
B=31.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.19
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17112513900.270.190.33341.7421.558.04
HexAB7D8B01B1321156153a
Octal25317521303323415262572
Binary101010111111101100010110110111001110000110101011010101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB7D8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB7D8B; }

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

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

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

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

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

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

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

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