#AE9BB0

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

Shades of London Hue #AE9BB0

Tints of London Hue #AE9BB0

Color information

#AE9BB0 (or 0xAE9BB0) is unknown color: approx London Hue. HEX triplet: AE, 9B and B0. RGB value is (174,155,176). Sum of RGB (Red+Green+Blue) = 174+155+176=505 (66% of max value = 765). Red value is 174 (68.36% from 255 or 34.46% from 505); Green value is 155 (60.94% from 255 or 30.69% from 505); Blue value is 176 (69.14% from 255 or 34.85% from 505); Max value from RGB is 176 - color contains mainly: blue. Hex color #AE9BB0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE9BB0 is #51644F. Grayscale: #A3A3A3. Windows color (decimal): -5334096 or 11574190. OLE color: 11574190.

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

Color convert

RGB174155176-
CMYK0.010.1200.31
HSL294.29º11.73%64.9%-
HSV(B)294.29º11.93%69.02%-
XYZ37.0135.5845.99-
YUV163.07135.29135.79-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 34.46%
GREEN value IS 155 (60.94% from 255) = 30.69%
BLUE value IS 176 (69.14% from 255) = 34.85%
R=34.46%
G=30.69%
B=34.85%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1741551760.010.1200.31294.2911.7364.9
HexAE9BB01C01F126c41
Octal25623326011403744614101
Binary1010111010011011101100001110001111110010011011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE9BB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE9BB0; }

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

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

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

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

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

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

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

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