#AC858C

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

Shades of Tapestry #AC858C

Tints of Tapestry #AC858C

Color information

#AC858C (or 0xAC858C) is unknown color: approx Tapestry. HEX triplet: AC, 85 and 8C. RGB value is (172,133,140). Sum of RGB (Red+Green+Blue) = 172+133+140=445 (58% of max value = 765). Red value is 172 (67.58% from 255 or 38.65% from 445); Green value is 133 (52.34% from 255 or 29.89% from 445); Blue value is 140 (55.08% from 255 or 31.46% from 445); Max value from RGB is 172 - color contains mainly: red. Hex color #AC858C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC858C is #537A73. Grayscale: #919191. Windows color (decimal): -5470836 or 9209260. OLE color: 9209260.

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

Color convert

RGB172133140-
CMYK00.230.190.33
HSL349.23º19.02%59.8%-
HSV(B)349.23º22.67%67.45%-
XYZ30.1327.4428.52-
YUV145.46124.92146.93-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 38.65%
GREEN value IS 133 (52.34% from 255) = 29.89%
BLUE value IS 140 (55.08% from 255) = 31.46%
R=38.65%
G=29.89%
B=31.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.19
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17213314000.230.190.33349.2319.0259.8
HexAC858C017132115d133c
Octal25420521402723415352374
Binary1010110010000101100011000101111001110000110101110110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC858C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC858C; }

 p { color: rgb(172,133,140); }

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

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

 a { background-color: rgb(172,133,140); }

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

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

 span { border-color: rgb(172,133,140); }

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