#AE9BAC

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

Shades of London Hue #AE9BAC

Tints of London Hue #AE9BAC

Color information

#AE9BAC (or 0xAE9BAC) is unknown color: approx London Hue. HEX triplet: AE, 9B and AC. RGB value is (174,155,172). Sum of RGB (Red+Green+Blue) = 174+155+172=501 (66% of max value = 765). Red value is 174 (68.36% from 255 or 34.73% from 501); Green value is 155 (60.94% from 255 or 30.94% from 501); Blue value is 172 (67.58% from 255 or 34.33% from 501); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9BAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE9BAC is #516453. Grayscale: #A2A2A2. Windows color (decimal): -5334100 or 11312046. OLE color: 11312046.

HSL color Cylindrical-coordinate representation of color #AE9BAC: hue angle of 306.32º 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 #AE9BAC is Cyan = 0, Magento = 0.11, Yellow = 0.01 and Black (K on CMYK) = 0.32.

Color convert

RGB174155172-
CMYK00.110.010.32
HSL306.32º10.5%64.51%-
HSV(B)306.32º10.92%68.24%-
XYZ36.6235.4243.94-
YUV162.62133.29136.12-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 34.73%
GREEN value IS 155 (60.94% from 255) = 30.94%
BLUE value IS 172 (67.58% from 255) = 34.33%
R=34.73%
G=30.94%
B=34.33%

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
Decimal17415517200.110.010.32306.3210.564.51
HexAE9BAC0B120132a41
Octal25623325401314046212101
Binary10101110100110111010110001011110000010011001010101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE9BAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE9BAC; }

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

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

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

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

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

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

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

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