#AB6886

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

Shades of Tapestry #AB6886

Tints of Tapestry #AB6886

Color information

#AB6886 (or 0xAB6886) is unknown color: approx Tapestry. HEX triplet: AB, 68 and 86. RGB value is (171,104,134). Sum of RGB (Red+Green+Blue) = 171+104+134=409 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.81% from 409); Green value is 104 (41.02% from 255 or 25.43% from 409); Blue value is 134 (52.73% from 255 or 32.76% from 409); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6886 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB6886 is #549779. Grayscale: #7F7F7F. Windows color (decimal): -5543802 or 8808619. OLE color: 8808619.

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

Color convert

RGB171104134-
CMYK00.390.220.33
HSL333.13º28.51%53.92%-
HSV(B)333.13º39.18%67.06%-
XYZ26.0520.2825.1-
YUV127.45131.7159.06-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 41.81%
GREEN value IS 104 (41.02% from 255) = 25.43%
BLUE value IS 134 (52.73% from 255) = 32.76%
R=41.81%
G=25.43%
B=32.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.22
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17110413400.390.220.33333.1328.5153.92
HexAB6886027162114d1d36
Octal25315020604726415153566
Binary1010101111010001000011001001111011010000110100110111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB6886

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB6886; }

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

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

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

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

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

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

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

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