#AC768E

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

Shades of Tapestry #AC768E

Tints of Tapestry #AC768E

Color information

#AC768E (or 0xAC768E) is unknown color: approx Tapestry. HEX triplet: AC, 76 and 8E. RGB value is (172,118,142). Sum of RGB (Red+Green+Blue) = 172+118+142=432 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.81% from 432); Green value is 118 (46.48% from 255 or 27.31% from 432); Blue value is 142 (55.86% from 255 or 32.87% from 432); Max value from RGB is 172 - color contains mainly: red. Hex color #AC768E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC768E is #538971. Grayscale: #888888. Windows color (decimal): -5474674 or 9336492. OLE color: 9336492.

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

Color convert

RGB172118142-
CMYK00.310.170.33
HSL333.33º24.55%56.86%-
HSV(B)333.33º31.4%67.45%-
XYZ28.3723.6828.67-
YUV136.88130.89153.05-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 39.81%
GREEN value IS 118 (46.48% from 255) = 27.31%
BLUE value IS 142 (55.86% from 255) = 32.87%
R=39.81%
G=27.31%
B=32.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.17
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17211814200.310.170.33333.3324.5556.86
HexAC768E01F112114d1939
Octal25416621603721415153171
Binary101011001110110100011100111111000110000110100110111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC768E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC768E; }

 p { color: rgb(172,118,142); }

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

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

 a { background-color: rgb(172,118,142); }

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

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

 span { border-color: rgb(172,118,142); }

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