#AE9BAD

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

Shades of London Hue #AE9BAD

Tints of London Hue #AE9BAD

Color information

#AE9BAD (or 0xAE9BAD) is unknown color: approx London Hue. HEX triplet: AE, 9B and AD. RGB value is (174,155,173). Sum of RGB (Red+Green+Blue) = 174+155+173=502 (66% of max value = 765). Red value is 174 (68.36% from 255 or 34.66% from 502); Green value is 155 (60.94% from 255 or 30.88% from 502); Blue value is 173 (67.97% from 255 or 34.46% from 502); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9BAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE9BAD is #516452. Grayscale: #A2A2A2. Windows color (decimal): -5334099 or 11377582. OLE color: 11377582.

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

Color convert

RGB174155173-
CMYK00.110.010.32
HSL303.16º10.5%64.51%-
HSV(B)303.16º10.92%68.24%-
XYZ36.7235.4644.44-
YUV162.73133.79136.04-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 34.66%
GREEN value IS 155 (60.94% from 255) = 30.88%
BLUE value IS 173 (67.97% from 255) = 34.46%
R=34.66%
G=30.88%
B=34.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.01
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17415517300.110.010.32303.1610.564.51
HexAE9BAD0B12012fa41
Octal25623325501314045712101
Binary10101110100110111010110101011110000010010111110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE9BAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE9BAD; }

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

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

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

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

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

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

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

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