#AB687C

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

Shades of Tapestry #AB687C

Tints of Tapestry #AB687C

Color information

#AB687C (or 0xAB687C) is unknown color: approx Tapestry. HEX triplet: AB, 68 and 7C. RGB value is (171,104,124). Sum of RGB (Red+Green+Blue) = 171+104+124=399 (52% of max value = 765). Red value is 171 (67.19% from 255 or 42.86% from 399); Green value is 104 (41.02% from 255 or 26.07% from 399); Blue value is 124 (48.83% from 255 or 31.08% from 399); Max value from RGB is 171 - color contains mainly: red. Hex color #AB687C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB687C is #549783. Grayscale: #7E7E7E. Windows color (decimal): -5543812 or 8153259. OLE color: 8153259.

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

Color convert

RGB171104124-
CMYK00.390.270.33
HSL342.09º28.51%53.92%-
HSV(B)342.09º39.18%67.06%-
XYZ25.3820.0121.59-
YUV126.31126.7159.87-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 42.86%
GREEN value IS 104 (41.02% from 255) = 26.07%
BLUE value IS 124 (48.83% from 255) = 31.08%
R=42.86%
G=26.07%
B=31.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.27
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17110412400.390.270.33342.0928.5153.92
HexAB687C0271B211561d36
Octal25315017404733415263566
Binary101010111101000111110001001111101110000110101011011101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB687C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB687C; }

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

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

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

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

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

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

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

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