#AB688C

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

Shades of Tapestry #AB688C

Tints of Tapestry #AB688C

Color information

#AB688C (or 0xAB688C) is unknown color: approx Tapestry. HEX triplet: AB, 68 and 8C. RGB value is (171,104,140). Sum of RGB (Red+Green+Blue) = 171+104+140=415 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.20% from 415); Green value is 104 (41.02% from 255 or 25.06% from 415); Blue value is 140 (55.08% from 255 or 33.73% from 415); Max value from RGB is 171 - color contains mainly: red. Hex color #AB688C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB688C is #549773. Grayscale: #808080. Windows color (decimal): -5543796 or 9201835. OLE color: 9201835.

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

Color convert

RGB171104140-
CMYK00.390.180.33
HSL327.76º28.51%53.92%-
HSV(B)327.76º39.18%67.06%-
XYZ26.4820.4527.36-
YUV128.14134.7158.57-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 41.20%
GREEN value IS 104 (41.02% from 255) = 25.06%
BLUE value IS 140 (55.08% from 255) = 33.73%
R=41.20%
G=25.06%
B=33.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.18
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17110414000.390.180.33327.7628.5153.92
HexAB688C02712211481d36
Octal25315021404722415103566
Binary1010101111010001000110001001111001010000110100100011101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB688C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB688C; }

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

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

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

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

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

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

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

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