#AB717F

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

Shades of Tapestry #AB717F

Tints of Tapestry #AB717F

Color information

#AB717F (or 0xAB717F) is unknown color: approx Tapestry. HEX triplet: AB, 71 and 7F. RGB value is (171,113,127). Sum of RGB (Red+Green+Blue) = 171+113+127=411 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.61% from 411); Green value is 113 (44.53% from 255 or 27.49% from 411); Blue value is 127 (50% from 255 or 30.90% from 411); Max value from RGB is 171 - color contains mainly: red. Hex color #AB717F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB717F is #548E80. Grayscale: #838383. Windows color (decimal): -5541505 or 8352171. OLE color: 8352171.

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

Color convert

RGB171113127-
CMYK00.340.260.33
HSL345.52º25.66%55.69%-
HSV(B)345.52º33.92%67.06%-
XYZ26.532222.93-
YUV131.94125.22155.86-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 41.61%
GREEN value IS 113 (44.53% from 255) = 27.49%
BLUE value IS 127 (50% from 255) = 30.90%
R=41.61%
G=27.49%
B=30.90%

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
Decimal17111312700.340.260.33345.5225.6655.69
HexAB717F0221A2115a1a38
Octal25316117704232415323270
Binary101010111110001111111101000101101010000110101101011010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB717F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB717F; }

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

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

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

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

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

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

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

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