#AE778D

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

Shades of Tapestry #AE778D

Tints of Tapestry #AE778D

Color information

#AE778D (or 0xAE778D) is unknown color: approx Tapestry. HEX triplet: AE, 77 and 8D. RGB value is (174,119,141). Sum of RGB (Red+Green+Blue) = 174+119+141=434 (57% of max value = 765). Red value is 174 (68.36% from 255 or 40.09% from 434); Green value is 119 (46.88% from 255 or 27.42% from 434); Blue value is 141 (55.47% from 255 or 32.49% from 434); Max value from RGB is 174 - color contains mainly: red. Hex color #AE778D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE778D is #518872. Grayscale: #898989. Windows color (decimal): -5343347 or 9271214. OLE color: 9271214.

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

Color convert

RGB174119141-
CMYK00.320.190.32
HSL336º25.35%57.45%-
HSV(B)336º31.61%68.24%-
XYZ28.8624.1228.33-
YUV137.95129.72153.71-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 40.09%
GREEN value IS 119 (46.88% from 255) = 27.42%
BLUE value IS 141 (55.47% from 255) = 32.49%
R=40.09%
G=27.42%
B=32.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.19
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17411914100.320.190.3233625.3557.45
HexAE778D02013201501939
Octal25616721504023405203171
Binary1010111011101111000110101000001001110000010101000011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE778D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE778D; }

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

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

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

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

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

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

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

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