#AE90AD

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

Shades of London Hue #AE90AD

Tints of London Hue #AE90AD

Color information

#AE90AD (or 0xAE90AD) is unknown color: approx London Hue. HEX triplet: AE, 90 and AD. RGB value is (174,144,173). Sum of RGB (Red+Green+Blue) = 174+144+173=491 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.44% from 491); Green value is 144 (56.64% from 255 or 29.33% from 491); Blue value is 173 (67.97% from 255 or 35.23% from 491); Max value from RGB is 174 - color contains mainly: red. Hex color #AE90AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE90AD is #516F52. Grayscale: #9C9C9C. Windows color (decimal): -5336915 or 11374766. OLE color: 11374766.

HSL color Cylindrical-coordinate representation of color #AE90AD: hue angle of 302º 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 #AE90AD is Cyan = 0, Magento = 0.17, Yellow = 0.01 and Black (K on CMYK) = 0.32.

Color convert

RGB174144173-
CMYK00.170.010.32
HSL302º15.62%62.35%-
HSV(B)302º17.24%68.24%-
XYZ34.9731.9643.86-
YUV156.28137.44140.64-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.44%
GREEN value IS 144 (56.64% from 255) = 29.33%
BLUE value IS 173 (67.97% from 255) = 35.23%
R=35.44%
G=29.33%
B=35.23%

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
Decimal17414417300.170.010.3230215.6262.35
HexAE90AD01112012e103e
Octal2562202550211404562076
Binary101011101001000010101101010001110000010010111010000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE90AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE90AD; }

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

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

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

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

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

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

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

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