#AE90B4

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

Shades of East Side #AE90B4

Tints of East Side #AE90B4

Color information

#AE90B4 (or 0xAE90B4) is unknown color: approx East Side. HEX triplet: AE, 90 and B4. RGB value is (174,144,180). Sum of RGB (Red+Green+Blue) = 174+144+180=498 (65% of max value = 765). Red value is 174 (68.36% from 255 or 34.94% from 498); Green value is 144 (56.64% from 255 or 28.92% from 498); Blue value is 180 (70.70% from 255 or 36.14% from 498); Max value from RGB is 180 - color contains mainly: blue. Hex color #AE90B4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE90B4 is #516F4B. Grayscale: #9C9C9C. Windows color (decimal): -5336908 or 11833518. OLE color: 11833518.

HSL color Cylindrical-coordinate representation of color #AE90B4: hue angle of 290º degrees, saturation: 0.19, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AE90B4 is Cyan = 0.03, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB174144180-
CMYK0.030.200.29
HSL290º19.35%63.53%-
HSV(B)290º20%70.59%-
XYZ35.6732.2447.52-
YUV157.07140.94140.07-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 34.94%
GREEN value IS 144 (56.64% from 255) = 28.92%
BLUE value IS 180 (70.70% from 255) = 36.14%
R=34.94%
G=28.92%
B=36.14%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1741441800.030.200.2929019.3563.53
HexAE90B431401D1221340
Octal25622026432403544223100
Binary1010111010010000101101001110100011101100100010100111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE90B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE90B4; }

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

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

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

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

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

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

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

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