#AC778C

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

Shades of Tapestry #AC778C

Tints of Tapestry #AC778C

Color information

#AC778C (or 0xAC778C) is unknown color: approx Tapestry. HEX triplet: AC, 77 and 8C. RGB value is (172,119,140). Sum of RGB (Red+Green+Blue) = 172+119+140=431 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.91% from 431); Green value is 119 (46.88% from 255 or 27.61% from 431); Blue value is 140 (55.08% from 255 or 32.48% from 431); Max value from RGB is 172 - color contains mainly: red. Hex color #AC778C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC778C is #538873. Grayscale: #898989. Windows color (decimal): -5474420 or 9205676. OLE color: 9205676.

HSL color Cylindrical-coordinate representation of color #AC778C: hue angle of 336.23º degrees, saturation: 0.24, 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 #AC778C is Cyan = 0, Magento = 0.31, Yellow = 0.19 and Black (K on CMYK) = 0.33.

Color convert

RGB172119140-
CMYK00.310.190.33
HSL336.23º24.2%57.06%-
HSV(B)336.23º30.81%67.45%-
XYZ28.3423.8627.92-
YUV137.24129.56152.79-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 39.91%
GREEN value IS 119 (46.88% from 255) = 27.61%
BLUE value IS 140 (55.08% from 255) = 32.48%
R=39.91%
G=27.61%
B=32.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.19
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17211914000.310.190.33336.2324.257.06
HexAC778C01F13211501839
Octal25416721403723415203071
Binary101011001110111100011000111111001110000110101000011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC778C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC778C; }

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

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

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

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

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

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

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

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