#AE94AA

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

Shades of London Hue #AE94AA

Tints of London Hue #AE94AA

Color information

#AE94AA (or 0xAE94AA) is unknown color: approx London Hue. HEX triplet: AE, 94 and AA. RGB value is (174,148,170). Sum of RGB (Red+Green+Blue) = 174+148+170=492 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.37% from 492); Green value is 148 (58.20% from 255 or 30.08% from 492); Blue value is 170 (66.80% from 255 or 34.55% from 492); Max value from RGB is 174 - color contains mainly: red. Hex color #AE94AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE94AA is #516B55. Grayscale: #9E9E9E. Windows color (decimal): -5335894 or 11179182. OLE color: 11179182.

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

Color convert

RGB174148170-
CMYK00.150.020.32
HSL309.23º13.83%63.14%-
HSV(B)309.23º14.94%68.24%-
XYZ35.333.0842.55-
YUV158.28134.61139.21-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.37%
GREEN value IS 148 (58.20% from 255) = 30.08%
BLUE value IS 170 (66.80% from 255) = 34.55%
R=35.37%
G=30.08%
B=34.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.02
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17414817000.150.020.32309.2313.8363.14
HexAE94AA0F220135e3f
Octal2562242520172404651677
Binary10101110100101001010101001111101000001001101011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE94AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE94AA; }

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

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

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

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

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

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

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

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