#AC718C

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

Shades of Tapestry #AC718C

Tints of Tapestry #AC718C

Color information

#AC718C (or 0xAC718C) is unknown color: approx Tapestry. HEX triplet: AC, 71 and 8C. RGB value is (172,113,140). Sum of RGB (Red+Green+Blue) = 172+113+140=425 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.47% from 425); Green value is 113 (44.53% from 255 or 26.59% from 425); Blue value is 140 (55.08% from 255 or 32.94% from 425); Max value from RGB is 172 - color contains mainly: red. Hex color #AC718C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC718C is #538E73. Grayscale: #858585. Windows color (decimal): -5475956 or 9204140. OLE color: 9204140.

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

Color convert

RGB172113140-
CMYK00.340.190.33
HSL332.54º26.22%55.88%-
HSV(B)332.54º34.3%67.45%-
XYZ27.6522.4727.69-
YUV133.72131.55155.3-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 40.47%
GREEN value IS 113 (44.53% from 255) = 26.59%
BLUE value IS 140 (55.08% from 255) = 32.94%
R=40.47%
G=26.59%
B=32.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.19
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17211314000.340.190.33332.5426.2255.88
HexAC718C022132114d1a38
Octal25416121404223415153270
Binary1010110011100011000110001000101001110000110100110111010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC718C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC718C; }

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

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

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

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

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

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

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

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