#AE94B0

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

Shades of London Hue #AE94B0

Tints of London Hue #AE94B0

Color information

#AE94B0 (or 0xAE94B0) is unknown color: approx London Hue. HEX triplet: AE, 94 and B0. RGB value is (174,148,176). Sum of RGB (Red+Green+Blue) = 174+148+176=498 (65% of max value = 765). Red value is 174 (68.36% from 255 or 34.94% from 498); Green value is 148 (58.20% from 255 or 29.72% from 498); Blue value is 176 (69.14% from 255 or 35.34% from 498); Max value from RGB is 176 - color contains mainly: blue. Hex color #AE94B0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE94B0 is #516B4F. Grayscale: #9E9E9E. Windows color (decimal): -5335888 or 11572398. OLE color: 11572398.

HSL color Cylindrical-coordinate representation of color #AE94B0: hue angle of 295.71º degrees, saturation: 0.15, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #AE94B0 is Cyan = 0.01, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB174148176-
CMYK0.010.1600.31
HSL295.71º15.05%63.53%-
HSV(B)295.71º15.91%69.02%-
XYZ35.8833.3145.61-
YUV158.97137.61138.72-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 34.94%
GREEN value IS 148 (58.20% from 255) = 29.72%
BLUE value IS 176 (69.14% from 255) = 35.34%
R=34.94%
G=29.72%
B=35.34%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1741481760.010.1600.31295.7115.0563.53
HexAE94B011001F128f40
Octal25622426012003745017100
Binary10101110100101001011000011000001111110010100011111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE94B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE94B0; }

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

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

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

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

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

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

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

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