#AE96B9

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

Shades of East Side #AE96B9

Tints of East Side #AE96B9

Color information

#AE96B9 (or 0xAE96B9) is unknown color: approx East Side. HEX triplet: AE, 96 and B9. RGB value is (174,150,185). Sum of RGB (Red+Green+Blue) = 174+150+185=509 (67% of max value = 765). Red value is 174 (68.36% from 255 or 34.18% from 509); Green value is 150 (58.98% from 255 or 29.47% from 509); Blue value is 185 (72.66% from 255 or 36.35% from 509); Max value from RGB is 185 - color contains mainly: blue. Hex color #AE96B9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE96B9 is #516946. Grayscale: #A1A1A1. Windows color (decimal): -5335367 or 12162734. OLE color: 12162734.

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

Color convert

RGB174150185-
CMYK0.060.1900.27
HSL281.14º20%65.69%-
HSV(B)281.14º18.92%72.55%-
XYZ37.1234.3150.57-
YUV161.17141.45137.15-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 34.18%
GREEN value IS 150 (58.98% from 255) = 29.47%
BLUE value IS 185 (72.66% from 255) = 36.35%
R=34.18%
G=29.47%
B=36.35%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1741501850.060.1900.27281.142065.69
HexAE96B961301B1191442
Octal25622627162303343124102
Binary10101110100101101011100111010011011011100011001101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE96B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE96B9; }

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

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

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

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

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

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

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

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