#AE778E

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

Shades of Tapestry #AE778E

Tints of Tapestry #AE778E

Color information

#AE778E (or 0xAE778E) is unknown color: approx Tapestry. HEX triplet: AE, 77 and 8E. RGB value is (174,119,142). Sum of RGB (Red+Green+Blue) = 174+119+142=435 (57% of max value = 765). Red value is 174 (68.36% from 255 or 40% from 435); Green value is 119 (46.88% from 255 or 27.36% from 435); Blue value is 142 (55.86% from 255 or 32.64% from 435); Max value from RGB is 174 - color contains mainly: red. Hex color #AE778E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE778E is #518871. Grayscale: #8A8A8A. Windows color (decimal): -5343346 or 9336750. OLE color: 9336750.

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

Color convert

RGB174119142-
CMYK00.320.180.32
HSL334.91º25.35%57.45%-
HSV(B)334.91º31.61%68.24%-
XYZ28.9324.1528.73-
YUV138.07130.22153.63-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 40%
GREEN value IS 119 (46.88% from 255) = 27.36%
BLUE value IS 142 (55.86% from 255) = 32.64%
R=40%
G=27.36%
B=32.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.18
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17411914200.320.180.32334.9125.3557.45
HexAE778E020122014f1939
Octal25616721604022405173171
Binary1010111011101111000111001000001001010000010100111111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE778E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE778E; }

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

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

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

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

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

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

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

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