#AC778B

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

Shades of Tapestry #AC778B

Tints of Tapestry #AC778B

Color information

#AC778B (or 0xAC778B) is unknown color: approx Tapestry. HEX triplet: AC, 77 and 8B. RGB value is (172,119,139). Sum of RGB (Red+Green+Blue) = 172+119+139=430 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40% from 430); Green value is 119 (46.88% from 255 or 27.67% from 430); Blue value is 139 (54.69% from 255 or 32.33% from 430); Max value from RGB is 172 - color contains mainly: red. Hex color #AC778B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC778B is #538874. Grayscale: #898989. Windows color (decimal): -5474421 or 9140140. OLE color: 9140140.

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

Color convert

RGB172119139-
CMYK00.310.190.33
HSL337.36º24.2%57.06%-
HSV(B)337.36º30.81%67.45%-
XYZ28.2723.8327.54-
YUV137.13129.06152.87-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 40%
GREEN value IS 119 (46.88% from 255) = 27.67%
BLUE value IS 139 (54.69% from 255) = 32.33%
R=40%
G=27.67%
B=32.33%

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
Decimal17211913900.310.190.33337.3624.257.06
HexAC778B01F13211511839
Octal25416721303723415213071
Binary101011001110111100010110111111001110000110101000111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC778B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC778B; }

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

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

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

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

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

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

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

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