#AE91AE

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

Shades of London Hue #AE91AE

Tints of London Hue #AE91AE

Color information

#AE91AE (or 0xAE91AE) is unknown color: approx London Hue. HEX triplet: AE, 91 and AE. RGB value is (174,145,174). Sum of RGB (Red+Green+Blue) = 174+145+174=493 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.29% from 493); Green value is 145 (57.03% from 255 or 29.41% from 493); Blue value is 174 (68.36% from 255 or 35.29% from 493); Max value from RGB is 174 - color contains mainly: red, blue. Hex color #AE91AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE91AE is #516E51. Grayscale: #9C9C9C. Windows color (decimal): -5336658 or 11440558. OLE color: 11440558.

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

Color convert

RGB174145174-
CMYK00.1700.32
HSL300º15.18%62.55%-
HSV(B)300º16.67%68.24%-
XYZ35.2232.3144.42-
YUV156.98137.61140.14-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.29%
GREEN value IS 145 (57.03% from 255) = 29.41%
BLUE value IS 174 (68.36% from 255) = 35.29%
R=35.29%
G=29.41%
B=35.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17414517400.1700.3230015.1862.55
HexAE91AE01102012cf3f
Octal2562212560210404541777
Binary10101110100100011010111001000101000001001011001111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE91AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE91AE; }

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

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

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

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

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

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

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

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