#AE9AAA

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

Shades of London Hue #AE9AAA

Tints of London Hue #AE9AAA

Color information

#AE9AAA (or 0xAE9AAA) is unknown color: approx London Hue. HEX triplet: AE, 9A and AA. RGB value is (174,154,170). Sum of RGB (Red+Green+Blue) = 174+154+170=498 (65% of max value = 765). Red value is 174 (68.36% from 255 or 34.94% from 498); Green value is 154 (60.55% from 255 or 30.92% from 498); Blue value is 170 (66.80% from 255 or 34.14% from 498); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9AAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE9AAA is #516555. Grayscale: #A1A1A1. Windows color (decimal): -5334358 or 11180718. OLE color: 11180718.

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

Color convert

RGB174154170-
CMYK00.110.020.32
HSL312º10.99%64.31%-
HSV(B)312º11.49%68.24%-
XYZ36.2735.0142.88-
YUV161.8132.63136.7-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 34.94%
GREEN value IS 154 (60.55% from 255) = 30.92%
BLUE value IS 170 (66.80% from 255) = 34.14%
R=34.94%
G=30.92%
B=34.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.02
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17415417000.110.020.3231210.9964.31
HexAE9AAA0B220138b40
Octal25623225201324047013100
Binary101011101001101010101010010111010000010011100010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE9AAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE9AAA; }

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

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

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

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

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

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

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

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