#AB718C

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

Shades of Tapestry #AB718C

Tints of Tapestry #AB718C

Color information

#AB718C (or 0xAB718C) is unknown color: approx Tapestry. HEX triplet: AB, 71 and 8C. RGB value is (171,113,140). Sum of RGB (Red+Green+Blue) = 171+113+140=424 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.33% from 424); Green value is 113 (44.53% from 255 or 26.65% from 424); Blue value is 140 (55.08% from 255 or 33.02% from 424); Max value from RGB is 171 - color contains mainly: red. Hex color #AB718C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB718C is #548E73. Grayscale: #858585. Windows color (decimal): -5541492 or 9204139. OLE color: 9204139.

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

Color convert

RGB171113140-
CMYK00.340.180.33
HSL332.07º25.66%55.69%-
HSV(B)332.07º33.92%67.06%-
XYZ27.4322.3627.68-
YUV133.42131.72154.8-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 40.33%
GREEN value IS 113 (44.53% from 255) = 26.65%
BLUE value IS 140 (55.08% from 255) = 33.02%
R=40.33%
G=26.65%
B=33.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.18
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17111314000.340.180.33332.0725.6655.69
HexAB718C022122114c1a38
Octal25316121404222415143270
Binary1010101111100011000110001000101001010000110100110011010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB718C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB718C; }

 p { color: rgb(171,113,140); }

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

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

 a { background-color: rgb(171,113,140); }

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

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

 span { border-color: rgb(171,113,140); }

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