#AB657D

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

Shades of Tapestry #AB657D

Tints of Tapestry #AB657D

Color information

#AB657D (or 0xAB657D) is unknown color: approx Tapestry. HEX triplet: AB, 65 and 7D. RGB value is (171,101,125). Sum of RGB (Red+Green+Blue) = 171+101+125=397 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.07% from 397); Green value is 101 (39.84% from 255 or 25.44% from 397); Blue value is 125 (49.22% from 255 or 31.49% from 397); Max value from RGB is 171 - color contains mainly: red. Hex color #AB657D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB657D is #549A82. Grayscale: #7C7C7C. Windows color (decimal): -5544579 or 8218027. OLE color: 8218027.

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

Color convert

RGB171101125-
CMYK00.410.270.33
HSL339.43º29.41%53.33%-
HSV(B)339.43º40.94%67.06%-
XYZ25.1519.4521.83-
YUV124.67128.19161.05-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 43.07%
GREEN value IS 101 (39.84% from 255) = 25.44%
BLUE value IS 125 (49.22% from 255) = 31.49%
R=43.07%
G=25.44%
B=31.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.27
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17110112500.410.270.33339.4329.4153.33
HexAB657D0291B211531d35
Octal25314517505133415233565
Binary101010111100101111110101010011101110000110101001111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB657D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB657D; }

 p { color: rgb(171,101,125); }

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

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

 a { background-color: rgb(171,101,125); }

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

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

 span { border-color: rgb(171,101,125); }

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