#AB758D

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

Shades of Tapestry #AB758D

Tints of Tapestry #AB758D

Color information

#AB758D (or 0xAB758D) is unknown color: approx Tapestry. HEX triplet: AB, 75 and 8D. RGB value is (171,117,141). Sum of RGB (Red+Green+Blue) = 171+117+141=429 (56% of max value = 765). Red value is 171 (67.19% from 255 or 39.86% from 429); Green value is 117 (46.09% from 255 or 27.27% from 429); Blue value is 141 (55.47% from 255 or 32.87% from 429); Max value from RGB is 171 - color contains mainly: red. Hex color #AB758D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB758D is #548A72. Grayscale: #878787. Windows color (decimal): -5540467 or 9270699. OLE color: 9270699.

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

Color convert

RGB171117141-
CMYK00.320.180.33
HSL333.33º24.32%56.47%-
HSV(B)333.33º31.58%67.06%-
XYZ27.9623.328.22-
YUV135.88130.89153.05-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 39.86%
GREEN value IS 117 (46.09% from 255) = 27.27%
BLUE value IS 141 (55.47% from 255) = 32.87%
R=39.86%
G=27.27%
B=32.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.18
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17111714100.320.180.33333.3324.3256.47
HexAB758D020122114d1838
Octal25316521504022415153070
Binary1010101111101011000110101000001001010000110100110111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB758D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB758D; }

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

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

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

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

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

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

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

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