#AE99BE

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

Shades of East Side #AE99BE

Tints of East Side #AE99BE

Color information

#AE99BE (or 0xAE99BE) is unknown color: approx East Side. HEX triplet: AE, 99 and BE. RGB value is (174,153,190). Sum of RGB (Red+Green+Blue) = 174+153+190=517 (68% of max value = 765). Red value is 174 (68.36% from 255 or 33.66% from 517); Green value is 153 (60.16% from 255 or 29.59% from 517); Blue value is 190 (74.61% from 255 or 36.75% from 517); Max value from RGB is 190 - color contains mainly: blue. Hex color #AE99BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE99BE is #516641. Grayscale: #A3A3A3. Windows color (decimal): -5334594 or 12491182. OLE color: 12491182.

HSL color Cylindrical-coordinate representation of color #AE99BE: hue angle of 274.05º degrees, saturation: 0.22, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AE99BE is Cyan = 0.08, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB174153190-
CMYK0.080.1900.25
HSL274.05º22.16%67.25%-
HSV(B)274.05º19.47%74.51%-
XYZ38.1435.553.56-
YUV163.5142.96135.49-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 33.66%
GREEN value IS 153 (60.16% from 255) = 29.59%
BLUE value IS 190 (74.61% from 255) = 36.75%
R=33.66%
G=29.59%
B=36.75%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1741531900.080.1900.25274.0522.1667.25
HexAE99BE8130191121643
Octal256231276102303142226103
Binary101011101001100110111110100010011011001100010010101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE99BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE99BE; }

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

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

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

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

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

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

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

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