#AE96AE

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

Shades of London Hue #AE96AE

Tints of London Hue #AE96AE

Color information

#AE96AE (or 0xAE96AE) is unknown color: approx London Hue. HEX triplet: AE, 96 and AE. RGB value is (174,150,174). Sum of RGB (Red+Green+Blue) = 174+150+174=498 (65% of max value = 765). Red value is 174 (68.36% from 255 or 34.94% from 498); Green value is 150 (58.98% from 255 or 30.12% from 498); Blue value is 174 (68.36% from 255 or 34.94% from 498); Max value from RGB is 174 - color contains mainly: red, blue. Hex color #AE96AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE96AE is #516951. Grayscale: #9F9F9F. Windows color (decimal): -5335378 or 11441838. OLE color: 11441838.

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

Color convert

RGB174150174-
CMYK00.1400.32
HSL300º12.9%63.53%-
HSV(B)300º13.79%68.24%-
XYZ3633.8744.68-
YUV159.91135.95138.05-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 34.94%
GREEN value IS 150 (58.98% from 255) = 30.12%
BLUE value IS 174 (68.36% from 255) = 34.94%
R=34.94%
G=30.12%
B=34.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17415017400.1400.3230012.963.53
HexAE96AE0E02012cd40
Octal25622625601604045415100
Binary10101110100101101010111001110010000010010110011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE96AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE96AE; }

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

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

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

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

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

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

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

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