#AC758C

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

Shades of Tapestry #AC758C

Tints of Tapestry #AC758C

Color information

#AC758C (or 0xAC758C) is unknown color: approx Tapestry. HEX triplet: AC, 75 and 8C. RGB value is (172,117,140). Sum of RGB (Red+Green+Blue) = 172+117+140=429 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.09% from 429); Green value is 117 (46.09% from 255 or 27.27% from 429); Blue value is 140 (55.08% from 255 or 32.63% from 429); Max value from RGB is 172 - color contains mainly: red. Hex color #AC758C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC758C is #538A73. Grayscale: #888888. Windows color (decimal): -5474932 or 9205164. OLE color: 9205164.

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

Color convert

RGB172117140-
CMYK00.320.190.33
HSL334.91º24.89%56.67%-
HSV(B)334.91º31.98%67.45%-
XYZ28.1123.3927.84-
YUV136.07130.22153.63-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 40.09%
GREEN value IS 117 (46.09% from 255) = 27.27%
BLUE value IS 140 (55.08% from 255) = 32.63%
R=40.09%
G=27.27%
B=32.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.19
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17211714000.320.190.33334.9124.8956.67
HexAC758C020132114f1939
Octal25416521404023415173171
Binary1010110011101011000110001000001001110000110100111111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC758C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC758C; }

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

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

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

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

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

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

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

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