#AE7490

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

Shades of Tapestry #AE7490

Tints of Tapestry #AE7490

Color information

#AE7490 (or 0xAE7490) is unknown color: approx Tapestry. HEX triplet: AE, 74 and 90. RGB value is (174,116,144). Sum of RGB (Red+Green+Blue) = 174+116+144=434 (57% of max value = 765). Red value is 174 (68.36% from 255 or 40.09% from 434); Green value is 116 (45.70% from 255 or 26.73% from 434); Blue value is 144 (56.64% from 255 or 33.18% from 434); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7490 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE7490 is #518B6F. Grayscale: #888888. Windows color (decimal): -5344112 or 9467054. OLE color: 9467054.

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

Color convert

RGB174116144-
CMYK00.330.170.32
HSL331.03º26.36%56.86%-
HSV(B)331.03º33.33%68.24%-
XYZ28.7323.529.41-
YUV136.53132.22154.72-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 40.09%
GREEN value IS 116 (45.70% from 255) = 26.73%
BLUE value IS 144 (56.64% from 255) = 33.18%
R=40.09%
G=26.73%
B=33.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.17
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17411614400.330.170.32331.0326.3656.86
HexAE7490021112014b1a39
Octal25616422004121405133271
Binary1010111011101001001000001000011000110000010100101111010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE7490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE7490; }

 p { color: rgb(174,116,144); }

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

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

 a { background-color: rgb(174,116,144); }

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

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

 span { border-color: rgb(174,116,144); }

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