#AE97AE

Color #AE97AE London Hue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of London Hue #AE97AE

Tints of London Hue #AE97AE

Color information

#AE97AE (or 0xAE97AE) is unknown color: approx London Hue. HEX triplet: AE, 97 and AE. RGB value is (174,151,174). Sum of RGB (Red+Green+Blue) = 174+151+174=499 (66% of max value = 765). Red value is 174 (68.36% from 255 or 34.87% from 499); Green value is 151 (59.38% from 255 or 30.26% from 499); Blue value is 174 (68.36% from 255 or 34.87% from 499); Max value from RGB is 174 - color contains mainly: red, blue. Hex color #AE97AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE97AE is #516851. Grayscale: #A0A0A0. Windows color (decimal): -5335122 or 11442094. OLE color: 11442094.

HSL color Cylindrical-coordinate representation of color #AE97AE: hue angle of 300º degrees, saturation: 0.12, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #AE97AE is Cyan = 0, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB174151174-
CMYK00.1300.32
HSL300º12.43%63.73%-
HSV(B)300º13.22%68.24%-
XYZ36.1634.1944.74-
YUV160.5135.62137.63-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 34.87%
GREEN value IS 151 (59.38% from 255) = 30.26%
BLUE value IS 174 (68.36% from 255) = 34.87%
R=34.87%
G=30.26%
B=34.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17415117400.1300.3230012.4363.73
HexAE97AE0D02012cc40
Octal25622725601504045414100
Binary10101110100101111010111001101010000010010110011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE97AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE97AE; }

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

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

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

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

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

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

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

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