#AE89AE

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

Shades of London Hue #AE89AE

Tints of London Hue #AE89AE

Color information

#AE89AE (or 0xAE89AE) is unknown color: approx London Hue. HEX triplet: AE, 89 and AE. RGB value is (174,137,174). Sum of RGB (Red+Green+Blue) = 174+137+174=485 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.88% from 485); Green value is 137 (53.91% from 255 or 28.25% from 485); Blue value is 174 (68.36% from 255 or 35.88% from 485); Max value from RGB is 174 - color contains mainly: red, blue. Hex color #AE89AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE89AE is #517651. Grayscale: #989898. Windows color (decimal): -5338706 or 11438510. OLE color: 11438510.

HSL color Cylindrical-coordinate representation of color #AE89AE: hue angle of 300º degrees, saturation: 0.19, 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 #AE89AE is Cyan = 0, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB174137174-
CMYK00.2100.32
HSL300º18.59%60.98%-
HSV(B)300º21.26%68.24%-
XYZ34.0429.9544.03-
YUV152.28140.26143.49-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.88%
GREEN value IS 137 (53.91% from 255) = 28.25%
BLUE value IS 174 (68.36% from 255) = 35.88%
R=35.88%
G=28.25%
B=35.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17413717400.2100.3230018.5960.98
HexAE89AE01502012c133d
Octal2562112560250404542375
Binary101011101000100110101110010101010000010010110010011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE89AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE89AE; }

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

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

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

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

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

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

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

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