#AE94B9

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

Shades of East Side #AE94B9

Tints of East Side #AE94B9

Color information

#AE94B9 (or 0xAE94B9) is unknown color: approx East Side. HEX triplet: AE, 94 and B9. RGB value is (174,148,185). Sum of RGB (Red+Green+Blue) = 174+148+185=507 (67% of max value = 765). Red value is 174 (68.36% from 255 or 34.32% from 507); Green value is 148 (58.20% from 255 or 29.19% from 507); Blue value is 185 (72.66% from 255 or 36.49% from 507); Max value from RGB is 185 - color contains mainly: blue. Hex color #AE94B9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE94B9 is #516B46. Grayscale: #9F9F9F. Windows color (decimal): -5335879 or 12162222. OLE color: 12162222.

HSL color Cylindrical-coordinate representation of color #AE94B9: hue angle of 282.16º degrees, saturation: 0.21, 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 #AE94B9 is Cyan = 0.06, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB174148185-
CMYK0.060.2000.27
HSL282.16º20.9%65.29%-
HSV(B)282.16º20%72.55%-
XYZ36.833.6850.46-
YUV159.99142.11137.99-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 34.32%
GREEN value IS 148 (58.20% from 255) = 29.19%
BLUE value IS 185 (72.66% from 255) = 36.49%
R=34.32%
G=29.19%
B=36.49%

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
Decimal1741481850.060.2000.27282.1620.965.29
HexAE94B961401B11a1541
Octal25622427162403343225101
Binary10101110100101001011100111010100011011100011010101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE94B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE94B9; }

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

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

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

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

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

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

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

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