#AE9AAE

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

Shades of London Hue #AE9AAE

Tints of London Hue #AE9AAE

Color information

#AE9AAE (or 0xAE9AAE) is unknown color: approx London Hue. HEX triplet: AE, 9A and AE. RGB value is (174,154,174). Sum of RGB (Red+Green+Blue) = 174+154+174=502 (66% of max value = 765). Red value is 174 (68.36% from 255 or 34.66% from 502); Green value is 154 (60.55% from 255 or 30.68% from 502); Blue value is 174 (68.36% from 255 or 34.66% from 502); Max value from RGB is 174 - color contains mainly: red, blue. Hex color #AE9AAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE9AAE is #516551. Grayscale: #A2A2A2. Windows color (decimal): -5334354 or 11442862. OLE color: 11442862.

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

Color convert

RGB174154174-
CMYK00.1100.32
HSL300º10.99%64.31%-
HSV(B)300º11.49%68.24%-
XYZ36.6535.1744.9-
YUV162.26134.63136.37-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 34.66%
GREEN value IS 154 (60.55% from 255) = 30.68%
BLUE value IS 174 (68.36% from 255) = 34.66%
R=34.66%
G=30.68%
B=34.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17415417400.1100.3230010.9964.31
HexAE9AAE0B02012cb40
Octal25623225601304045413100
Binary10101110100110101010111001011010000010010110010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE9AAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE9AAE; }

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

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

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

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

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

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

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

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