#AE96AF

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

Shades of London Hue #AE96AF

Tints of London Hue #AE96AF

Color information

#AE96AF (or 0xAE96AF) is unknown color: approx London Hue. HEX triplet: AE, 96 and AF. RGB value is (174,150,175). Sum of RGB (Red+Green+Blue) = 174+150+175=499 (66% of max value = 765). Red value is 174 (68.36% from 255 or 34.87% from 499); Green value is 150 (58.98% from 255 or 30.06% from 499); Blue value is 175 (68.75% from 255 or 35.07% from 499); Max value from RGB is 175 - color contains mainly: blue. Hex color #AE96AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE96AF is #516950. Grayscale: #9F9F9F. Windows color (decimal): -5335377 or 11507374. OLE color: 11507374.

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

Color convert

RGB174150175-
CMYK0.010.1400.31
HSL297.6º13.51%63.73%-
HSV(B)297.6º14.29%68.63%-
XYZ36.133.9145.2-
YUV160.03136.45137.97-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 34.87%
GREEN value IS 150 (58.98% from 255) = 30.06%
BLUE value IS 175 (68.75% from 255) = 35.07%
R=34.87%
G=30.06%
B=35.07%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1741501750.010.1400.31297.613.5163.73
HexAE96AF1E01F12ae40
Octal25622625711603745216100
Binary1010111010010110101011111111001111110010101011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE96AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE96AF; }

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

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

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

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

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

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

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

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