#AC778A

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

Shades of Tapestry #AC778A

Tints of Tapestry #AC778A

Color information

#AC778A (or 0xAC778A) is unknown color: approx Tapestry. HEX triplet: AC, 77 and 8A. RGB value is (172,119,138). Sum of RGB (Red+Green+Blue) = 172+119+138=429 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.09% from 429); Green value is 119 (46.88% from 255 or 27.74% from 429); Blue value is 138 (54.30% from 255 or 32.17% from 429); Max value from RGB is 172 - color contains mainly: red. Hex color #AC778A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC778A is #538875. Grayscale: #888888. Windows color (decimal): -5474422 or 9074604. OLE color: 9074604.

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

Color convert

RGB172119138-
CMYK00.310.200.33
HSL338.49º24.2%57.06%-
HSV(B)338.49º30.81%67.45%-
XYZ28.223.827.15-
YUV137.01128.56152.96-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 40.09%
GREEN value IS 119 (46.88% from 255) = 27.74%
BLUE value IS 138 (54.30% from 255) = 32.17%
R=40.09%
G=27.74%
B=32.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.20
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17211913800.310.200.33338.4924.257.06
HexAC778A01F14211521839
Octal25416721203724415223071
Binary101011001110111100010100111111010010000110101001011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC778A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC778A; }

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

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

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

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

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

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

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

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