#AE778C

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

Shades of Tapestry #AE778C

Tints of Tapestry #AE778C

Color information

#AE778C (or 0xAE778C) is unknown color: approx Tapestry. HEX triplet: AE, 77 and 8C. RGB value is (174,119,140). Sum of RGB (Red+Green+Blue) = 174+119+140=433 (57% of max value = 765). Red value is 174 (68.36% from 255 or 40.18% from 433); Green value is 119 (46.88% from 255 or 27.48% from 433); Blue value is 140 (55.08% from 255 or 32.33% from 433); Max value from RGB is 174 - color contains mainly: red. Hex color #AE778C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE778C is #518873. Grayscale: #898989. Windows color (decimal): -5343348 or 9205678. OLE color: 9205678.

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

Color convert

RGB174119140-
CMYK00.320.200.32
HSL337.09º25.35%57.45%-
HSV(B)337.09º31.61%68.24%-
XYZ28.7924.0927.94-
YUV137.84129.22153.79-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 40.18%
GREEN value IS 119 (46.88% from 255) = 27.48%
BLUE value IS 140 (55.08% from 255) = 32.33%
R=40.18%
G=27.48%
B=32.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.20
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17411914000.320.200.32337.0925.3557.45
HexAE778C02014201511939
Octal25616721404024405213171
Binary1010111011101111000110001000001010010000010101000111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE778C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE778C; }

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

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

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

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

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

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

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

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