#AB6686

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

Shades of Tapestry #AB6686

Tints of Tapestry #AB6686

Color information

#AB6686 (or 0xAB6686) is unknown color: approx Tapestry. HEX triplet: AB, 66 and 86. RGB value is (171,102,134). Sum of RGB (Red+Green+Blue) = 171+102+134=407 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.01% from 407); Green value is 102 (40.23% from 255 or 25.06% from 407); Blue value is 134 (52.73% from 255 or 32.92% from 407); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6686 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB6686 is #549979. Grayscale: #7E7E7E. Windows color (decimal): -5544314 or 8808107. OLE color: 8808107.

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

Color convert

RGB171102134-
CMYK00.400.220.33
HSL332.17º29.11%53.53%-
HSV(B)332.17º40.35%67.06%-
XYZ25.8519.8825.03-
YUV126.28132.36159.9-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 42.01%
GREEN value IS 102 (40.23% from 255) = 25.06%
BLUE value IS 134 (52.73% from 255) = 32.92%
R=42.01%
G=25.06%
B=32.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.22
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17110213400.400.220.33332.1729.1153.53
HexAB6686028162114c1d36
Octal25314620605026415143566
Binary1010101111001101000011001010001011010000110100110011101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB6686

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB6686; }

 p { color: rgb(171,102,134); }

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

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

 a { background-color: rgb(171,102,134); }

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

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

 span { border-color: rgb(171,102,134); }

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