#AE90C0

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

Shades of East Side #AE90C0

Tints of East Side #AE90C0

Color information

#AE90C0 (or 0xAE90C0) is unknown color: approx East Side. HEX triplet: AE, 90 and C0. RGB value is (174,144,192). Sum of RGB (Red+Green+Blue) = 174+144+192=510 (67% of max value = 765). Red value is 174 (68.36% from 255 or 34.12% from 510); Green value is 144 (56.64% from 255 or 28.24% from 510); Blue value is 192 (75.39% from 255 or 37.65% from 510); Max value from RGB is 192 - color contains mainly: blue. Hex color #AE90C0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE90C0 is #516F3F. Grayscale: #9E9E9E. Windows color (decimal): -5336896 or 12619950. OLE color: 12619950.

HSL color Cylindrical-coordinate representation of color #AE90C0: hue angle of 277.5º degrees, saturation: 0.28, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AE90C0 is Cyan = 0.09, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB174144192-
CMYK0.090.2500.25
HSL277.5º27.59%65.88%-
HSV(B)277.5º25%75.29%-
XYZ36.9432.7554.24-
YUV158.44146.94139.1-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 34.12%
GREEN value IS 144 (56.64% from 255) = 28.24%
BLUE value IS 192 (75.39% from 255) = 37.65%
R=34.12%
G=28.24%
B=37.65%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1741441920.090.2500.25277.527.5965.88
HexAE90C09190191161c42
Octal256220300113103142634102
Binary101011101001000011000000100111001011001100010110111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE90C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE90C0; }

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

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

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

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

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

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

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

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