#AB7D8A

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

Shades of Tapestry #AB7D8A

Tints of Tapestry #AB7D8A

Color information

#AB7D8A (or 0xAB7D8A) is unknown color: approx Tapestry. HEX triplet: AB, 7D and 8A. RGB value is (171,125,138). Sum of RGB (Red+Green+Blue) = 171+125+138=434 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.40% from 434); Green value is 125 (49.22% from 255 or 28.80% from 434); Blue value is 138 (54.30% from 255 or 31.80% from 434); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7D8A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB7D8A is #548275. Grayscale: #8C8C8C. Windows color (decimal): -5538422 or 9076139. OLE color: 9076139.

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

Color convert

RGB171125138-
CMYK00.270.190.33
HSL343.04º21.5%58.04%-
HSV(B)343.04º26.9%67.06%-
XYZ28.7225.1627.39-
YUV140.24126.74149.94-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 39.40%
GREEN value IS 125 (49.22% from 255) = 28.80%
BLUE value IS 138 (54.30% from 255) = 31.80%
R=39.40%
G=28.80%
B=31.80%

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
Decimal17112513800.270.190.33343.0421.558.04
HexAB7D8A01B1321157153a
Octal25317521203323415272572
Binary101010111111101100010100110111001110000110101011110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB7D8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB7D8A; }

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

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

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

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

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

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

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

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