#AE97B9

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

Shades of East Side #AE97B9

Tints of East Side #AE97B9

Color information

#AE97B9 (or 0xAE97B9) is unknown color: approx East Side. HEX triplet: AE, 97 and B9. RGB value is (174,151,185). Sum of RGB (Red+Green+Blue) = 174+151+185=510 (67% of max value = 765). Red value is 174 (68.36% from 255 or 34.12% from 510); Green value is 151 (59.38% from 255 or 29.61% from 510); Blue value is 185 (72.66% from 255 or 36.27% from 510); Max value from RGB is 185 - color contains mainly: blue. Hex color #AE97B9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE97B9 is #516846. Grayscale: #A1A1A1. Windows color (decimal): -5335111 or 12162990. OLE color: 12162990.

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

Color convert

RGB174151185-
CMYK0.060.1800.27
HSL280.59º19.54%65.88%-
HSV(B)280.59º18.38%72.55%-
XYZ37.2834.6350.62-
YUV161.75141.12136.74-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 34.12%
GREEN value IS 151 (59.38% from 255) = 29.61%
BLUE value IS 185 (72.66% from 255) = 36.27%
R=34.12%
G=29.61%
B=36.27%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1741511850.060.1800.27280.5919.5465.88
HexAE97B961201B1191442
Octal25622727162203343124102
Binary10101110100101111011100111010010011011100011001101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE97B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE97B9; }

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

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

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

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

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

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

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

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