#AE8AAC

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

Shades of London Hue #AE8AAC

Tints of London Hue #AE8AAC

Color information

#AE8AAC (or 0xAE8AAC) is unknown color: approx London Hue. HEX triplet: AE, 8A and AC. RGB value is (174,138,172). Sum of RGB (Red+Green+Blue) = 174+138+172=484 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.95% from 484); Green value is 138 (54.30% from 255 or 28.51% from 484); Blue value is 172 (67.58% from 255 or 35.54% from 484); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8AAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE8AAC is #517553. Grayscale: #989898. Windows color (decimal): -5338452 or 11307694. OLE color: 11307694.

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

Color convert

RGB174138172-
CMYK00.210.010.32
HSL303.33º18.18%61.18%-
HSV(B)303.33º20.69%68.24%-
XYZ33.9930.1543.06-
YUV152.64138.93143.24-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.95%
GREEN value IS 138 (54.30% from 255) = 28.51%
BLUE value IS 172 (67.58% from 255) = 35.54%
R=35.95%
G=28.51%
B=35.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.01
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17413817200.210.010.32303.3318.1861.18
HexAE8AAC01512012f123d
Octal2562122540251404572275
Binary101011101000101010101100010101110000010010111110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE8AAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE8AAC; }

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

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

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

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

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

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

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

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