#AE99B5

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

Shades of East Side #AE99B5

Tints of East Side #AE99B5

Color information

#AE99B5 (or 0xAE99B5) is unknown color: approx East Side. HEX triplet: AE, 99 and B5. RGB value is (174,153,181). Sum of RGB (Red+Green+Blue) = 174+153+181=508 (67% of max value = 765). Red value is 174 (68.36% from 255 or 34.25% from 508); Green value is 153 (60.16% from 255 or 30.12% from 508); Blue value is 181 (71.09% from 255 or 35.63% from 508); Max value from RGB is 181 - color contains mainly: blue. Hex color #AE99B5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE99B5 is #51664A. Grayscale: #A2A2A2. Windows color (decimal): -5334603 or 11901358. OLE color: 11901358.

HSL color Cylindrical-coordinate representation of color #AE99B5: hue angle of 285º degrees, saturation: 0.16, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #AE99B5 is Cyan = 0.04, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB174153181-
CMYK0.040.1500.29
HSL285º15.91%65.49%-
HSV(B)285º15.47%70.98%-
XYZ37.1935.1248.53-
YUV162.47138.46136.22-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 34.25%
GREEN value IS 153 (60.16% from 255) = 30.12%
BLUE value IS 181 (71.09% from 255) = 35.63%
R=34.25%
G=30.12%
B=35.63%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1741531810.040.1500.2928515.9165.49
HexAE99B54F01D11d1041
Octal25623126541703543520101
Binary1010111010011001101101011001111011101100011101100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE99B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE99B5; }

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

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

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

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

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

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

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

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