#AE90AC

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

Shades of London Hue #AE90AC

Tints of London Hue #AE90AC

Color information

#AE90AC (or 0xAE90AC) is unknown color: approx London Hue. HEX triplet: AE, 90 and AC. RGB value is (174,144,172). Sum of RGB (Red+Green+Blue) = 174+144+172=490 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.51% from 490); Green value is 144 (56.64% from 255 or 29.39% from 490); Blue value is 172 (67.58% from 255 or 35.10% from 490); Max value from RGB is 174 - color contains mainly: red. Hex color #AE90AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE90AC is #516F53. Grayscale: #9C9C9C. Windows color (decimal): -5336916 or 11309230. OLE color: 11309230.

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

Color convert

RGB174144172-
CMYK00.170.010.32
HSL304º15.62%62.35%-
HSV(B)304º17.24%68.24%-
XYZ34.8831.9243.35-
YUV156.16136.94140.72-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.51%
GREEN value IS 144 (56.64% from 255) = 29.39%
BLUE value IS 172 (67.58% from 255) = 35.10%
R=35.51%
G=29.39%
B=35.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.01
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17414417200.170.010.3230415.6262.35
HexAE90AC011120130103e
Octal2562202540211404602076
Binary101011101001000010101100010001110000010011000010000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE90AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE90AC; }

 p { color: rgb(174,144,172); }

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

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

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

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

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

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

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