#AB717E

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

Shades of Tapestry #AB717E

Tints of Tapestry #AB717E

Color information

#AB717E (or 0xAB717E) is unknown color: approx Tapestry. HEX triplet: AB, 71 and 7E. RGB value is (171,113,126). Sum of RGB (Red+Green+Blue) = 171+113+126=410 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.71% from 410); Green value is 113 (44.53% from 255 or 27.56% from 410); Blue value is 126 (49.61% from 255 or 30.73% from 410); Max value from RGB is 171 - color contains mainly: red. Hex color #AB717E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB717E is #548E81. Grayscale: #838383. Windows color (decimal): -5541506 or 8286635. OLE color: 8286635.

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

Color convert

RGB171113126-
CMYK00.340.260.33
HSL346.55º25.66%55.69%-
HSV(B)346.55º33.92%67.06%-
XYZ26.4721.9722.59-
YUV131.82124.72155.94-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 41.71%
GREEN value IS 113 (44.53% from 255) = 27.56%
BLUE value IS 126 (49.61% from 255) = 30.73%
R=41.71%
G=27.56%
B=30.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.26
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17111312600.340.260.33346.5525.6655.69
HexAB717E0221A2115b1a38
Octal25316117604232415333270
Binary101010111110001111111001000101101010000110101101111010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB717E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB717E; }

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

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

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

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

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

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

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

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