#AE788A

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

Shades of Tapestry #AE788A

Tints of Tapestry #AE788A

Color information

#AE788A (or 0xAE788A) is unknown color: approx Tapestry. HEX triplet: AE, 78 and 8A. RGB value is (174,120,138). Sum of RGB (Red+Green+Blue) = 174+120+138=432 (57% of max value = 765). Red value is 174 (68.36% from 255 or 40.28% from 432); Green value is 120 (47.27% from 255 or 27.78% from 432); Blue value is 138 (54.30% from 255 or 31.94% from 432); Max value from RGB is 174 - color contains mainly: red. Hex color #AE788A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE788A is #518775. Grayscale: #8A8A8A. Windows color (decimal): -5343094 or 9074862. OLE color: 9074862.

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

Color convert

RGB174120138-
CMYK00.310.210.32
HSL340º25%57.65%-
HSV(B)340º31.03%68.24%-
XYZ28.7624.2727.21-
YUV138.2127.89153.54-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 40.28%
GREEN value IS 120 (47.27% from 255) = 27.78%
BLUE value IS 138 (54.30% from 255) = 31.94%
R=40.28%
G=27.78%
B=31.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.21
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17412013800.310.210.323402557.65
HexAE788A01F1520154193a
Octal25617021203725405243172
Binary101011101111000100010100111111010110000010101010011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE788A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE788A; }

 p { color: rgb(174,120,138); }

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

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

 a { background-color: rgb(174,120,138); }

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

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

 span { border-color: rgb(174,120,138); }

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