#AE778B

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

Shades of Tapestry #AE778B

Tints of Tapestry #AE778B

Color information

#AE778B (or 0xAE778B) is unknown color: approx Tapestry. HEX triplet: AE, 77 and 8B. RGB value is (174,119,139). Sum of RGB (Red+Green+Blue) = 174+119+139=432 (57% of max value = 765). Red value is 174 (68.36% from 255 or 40.28% from 432); Green value is 119 (46.88% from 255 or 27.55% from 432); Blue value is 139 (54.69% from 255 or 32.18% from 432); Max value from RGB is 174 - color contains mainly: red. Hex color #AE778B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE778B is #518874. Grayscale: #898989. Windows color (decimal): -5343349 or 9140142. OLE color: 9140142.

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

Color convert

RGB174119139-
CMYK00.320.200.32
HSL338.18º25.35%57.45%-
HSV(B)338.18º31.61%68.24%-
XYZ28.7124.0627.56-
YUV137.72128.72153.87-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 40.28%
GREEN value IS 119 (46.88% from 255) = 27.55%
BLUE value IS 139 (54.69% from 255) = 32.18%
R=40.28%
G=27.55%
B=32.18%

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
Decimal17411913900.320.200.32338.1825.3557.45
HexAE778B02014201521939
Octal25616721304024405223171
Binary1010111011101111000101101000001010010000010101001011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE778B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE778B; }

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

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

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

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

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

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

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

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