#AB758A

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

Shades of Tapestry #AB758A

Tints of Tapestry #AB758A

Color information

#AB758A (or 0xAB758A) is unknown color: approx Tapestry. HEX triplet: AB, 75 and 8A. RGB value is (171,117,138). Sum of RGB (Red+Green+Blue) = 171+117+138=426 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.14% from 426); Green value is 117 (46.09% from 255 or 27.46% from 426); Blue value is 138 (54.30% from 255 or 32.39% from 426); Max value from RGB is 171 - color contains mainly: red. Hex color #AB758A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB758A is #548A75. Grayscale: #878787. Windows color (decimal): -5540470 or 9074091. OLE color: 9074091.

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

Color convert

RGB171117138-
CMYK00.320.190.33
HSL336.67º24.32%56.47%-
HSV(B)336.67º31.58%67.06%-
XYZ27.7423.2227.06-
YUV135.54129.39153.29-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 40.14%
GREEN value IS 117 (46.09% from 255) = 27.46%
BLUE value IS 138 (54.30% from 255) = 32.39%
R=40.14%
G=27.46%
B=32.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.19
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17111713800.320.190.33336.6724.3256.47
HexAB758A02013211511838
Octal25316521204023415213070
Binary1010101111101011000101001000001001110000110101000111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB758A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB758A; }

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

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

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

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

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

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

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

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