#AB617C

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

Shades of Tapestry #AB617C

Tints of Tapestry #AB617C

Color information

#AB617C (or 0xAB617C) is unknown color: approx Tapestry. HEX triplet: AB, 61 and 7C. RGB value is (171,97,124). Sum of RGB (Red+Green+Blue) = 171+97+124=392 (51% of max value = 765). Red value is 171 (67.19% from 255 or 43.62% from 392); Green value is 97 (38.28% from 255 or 24.74% from 392); Blue value is 124 (48.83% from 255 or 31.63% from 392); Max value from RGB is 171 - color contains mainly: red. Hex color #AB617C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB617C is #549E83. Grayscale: #7A7A7A. Windows color (decimal): -5545604 or 8151467. OLE color: 8151467.

HSL color Cylindrical-coordinate representation of color #AB617C: hue angle of 338.11º degrees, saturation: 0.31, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AB617C is Cyan = 0, Magento = 0.43, Yellow = 0.27 and Black (K on CMYK) = 0.33.

Color convert

RGB17197124-
CMYK00.430.270.33
HSL338.11º30.58%52.55%-
HSV(B)338.11º43.27%67.06%-
XYZ24.7118.6621.37-
YUV122.2129.02162.8-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 43.62%
GREEN value IS 97 (38.28% from 255) = 24.74%
BLUE value IS 124 (48.83% from 255) = 31.63%
R=43.62%
G=24.74%
B=31.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.27
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1719712400.430.270.33338.1130.5852.55
HexAB617C02B1B211521f35
Octal25314117405333415223765
Binary101010111100001111110001010111101110000110101001011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB617C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB617C; }

 p { color: rgb(171,97,124); }

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

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

 a { background-color: rgb(171,97,124); }

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

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

 span { border-color: rgb(171,97,124); }

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