#AC7E86

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

Shades of Tapestry #AC7E86

Tints of Tapestry #AC7E86

Color information

#AC7E86 (or 0xAC7E86) is unknown color: approx Tapestry. HEX triplet: AC, 7E and 86. RGB value is (172,126,134). Sum of RGB (Red+Green+Blue) = 172+126+134=432 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.81% from 432); Green value is 126 (49.61% from 255 or 29.17% from 432); Blue value is 134 (52.73% from 255 or 31.02% from 432); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7E86 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC7E86 is #538179. Grayscale: #8C8C8C. Windows color (decimal): -5472634 or 8814252. OLE color: 8814252.

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

Color convert

RGB172126134-
CMYK00.270.220.33
HSL349.57º21.7%58.43%-
HSV(B)349.57º26.74%67.45%-
XYZ28.7825.4125.94-
YUV140.67124.24150.35-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 39.81%
GREEN value IS 126 (49.61% from 255) = 29.17%
BLUE value IS 134 (52.73% from 255) = 31.02%
R=39.81%
G=29.17%
B=31.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.22
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17212613400.270.220.33349.5721.758.43
HexAC7E8601B162115e163a
Octal25417620603326415362672
Binary101011001111110100001100110111011010000110101111010110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC7E86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC7E86; }

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

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

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

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

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

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

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

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