#AE94BA

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

Shades of East Side #AE94BA

Tints of East Side #AE94BA

Color information

#AE94BA (or 0xAE94BA) is unknown color: approx East Side. HEX triplet: AE, 94 and BA. RGB value is (174,148,186). Sum of RGB (Red+Green+Blue) = 174+148+186=508 (67% of max value = 765). Red value is 174 (68.36% from 255 or 34.25% from 508); Green value is 148 (58.20% from 255 or 29.13% from 508); Blue value is 186 (73.05% from 255 or 36.61% from 508); Max value from RGB is 186 - color contains mainly: blue. Hex color #AE94BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE94BA is #516B45. Grayscale: #9F9F9F. Windows color (decimal): -5335878 or 12227758. OLE color: 12227758.

HSL color Cylindrical-coordinate representation of color #AE94BA: hue angle of 281.05º degrees, saturation: 0.22, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AE94BA is Cyan = 0.06, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB174148186-
CMYK0.060.2000.27
HSL281.05º21.59%65.49%-
HSV(B)281.05º20.43%72.94%-
XYZ36.9133.7251.02-
YUV160.11142.61137.91-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 34.25%
GREEN value IS 148 (58.20% from 255) = 29.13%
BLUE value IS 186 (73.05% from 255) = 36.61%
R=34.25%
G=29.13%
B=36.61%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1741481860.060.2000.27281.0521.5965.49
HexAE94BA61401B1191641
Octal25622427262403343126101
Binary10101110100101001011101011010100011011100011001101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE94BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE94BA; }

 p { color: rgb(174,148,186); }

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

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

 a { background-color: rgb(174,148,186); }

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

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

 span { border-color: rgb(174,148,186); }

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