#AB6A86

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

Shades of Tapestry #AB6A86

Tints of Tapestry #AB6A86

Color information

#AB6A86 (or 0xAB6A86) is unknown color: approx Tapestry. HEX triplet: AB, 6A and 86. RGB value is (171,106,134). Sum of RGB (Red+Green+Blue) = 171+106+134=411 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.61% from 411); Green value is 106 (41.80% from 255 or 25.79% from 411); Blue value is 134 (52.73% from 255 or 32.60% from 411); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6A86 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB6A86 is #549579. Grayscale: #808080. Windows color (decimal): -5543290 or 8809131. OLE color: 8809131.

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

Color convert

RGB171106134-
CMYK00.380.220.33
HSL334.15º27.9%54.31%-
HSV(B)334.15º38.01%67.06%-
XYZ26.2520.6925.16-
YUV128.63131.03158.22-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 41.61%
GREEN value IS 106 (41.80% from 255) = 25.79%
BLUE value IS 134 (52.73% from 255) = 32.60%
R=41.61%
G=25.79%
B=32.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.22
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17110613400.380.220.33334.1527.954.31
HexAB6A86026162114e1c36
Octal25315220604626415163466
Binary1010101111010101000011001001101011010000110100111011100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB6A86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB6A86; }

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

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

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

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

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

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

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

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