#AC6E86

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

Shades of Tapestry #AC6E86

Tints of Tapestry #AC6E86

Color information

#AC6E86 (or 0xAC6E86) is unknown color: approx Tapestry. HEX triplet: AC, 6E and 86. RGB value is (172,110,134). Sum of RGB (Red+Green+Blue) = 172+110+134=416 (55% of max value = 765). Red value is 172 (67.58% from 255 or 41.35% from 416); Green value is 110 (43.36% from 255 or 26.44% from 416); Blue value is 134 (52.73% from 255 or 32.21% from 416); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6E86 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC6E86 is #539179. Grayscale: #838383. Windows color (decimal): -5476730 or 8810156. OLE color: 8810156.

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

Color convert

RGB172110134-
CMYK00.360.220.33
HSL336.77º27.19%55.29%-
HSV(B)336.77º36.05%67.45%-
XYZ26.8921.6425.31-
YUV131.27129.54157.05-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 41.35%
GREEN value IS 110 (43.36% from 255) = 26.44%
BLUE value IS 134 (52.73% from 255) = 32.21%
R=41.35%
G=26.44%
B=32.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.22
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17211013400.360.220.33336.7727.1955.29
HexAC6E8602416211511b37
Octal25415620604426415213367
Binary1010110011011101000011001001001011010000110101000111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC6E86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC6E86; }

 p { color: rgb(172,110,134); }

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

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

 a { background-color: rgb(172,110,134); }

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

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

 span { border-color: rgb(172,110,134); }

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