#AE99BB

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

Shades of East Side #AE99BB

Tints of East Side #AE99BB

Color information

#AE99BB (or 0xAE99BB) is unknown color: approx East Side. HEX triplet: AE, 99 and BB. RGB value is (174,153,187). Sum of RGB (Red+Green+Blue) = 174+153+187=514 (68% of max value = 765). Red value is 174 (68.36% from 255 or 33.85% from 514); Green value is 153 (60.16% from 255 or 29.77% from 514); Blue value is 187 (73.44% from 255 or 36.38% from 514); Max value from RGB is 187 - color contains mainly: blue. Hex color #AE99BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE99BB is #516644. Grayscale: #A3A3A3. Windows color (decimal): -5334597 or 12294574. OLE color: 12294574.

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

Color convert

RGB174153187-
CMYK0.070.1800.27
HSL277.06º20%66.67%-
HSV(B)277.06º18.18%73.33%-
XYZ37.8235.3751.85-
YUV163.16141.46135.74-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 33.85%
GREEN value IS 153 (60.16% from 255) = 29.77%
BLUE value IS 187 (73.44% from 255) = 36.38%
R=33.85%
G=29.77%
B=36.38%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1741531870.070.1800.27277.062066.67
HexAE99BB71201B1151443
Octal25623127372203342524103
Binary10101110100110011011101111110010011011100010101101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE99BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE99BB; }

 p { color: rgb(174,153,187); }

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

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

 a { background-color: rgb(174,153,187); }

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

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

 span { border-color: rgb(174,153,187); }

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