#AE9BAF

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

Shades of London Hue #AE9BAF

Tints of London Hue #AE9BAF

Color information

#AE9BAF (or 0xAE9BAF) is unknown color: approx London Hue. HEX triplet: AE, 9B and AF. RGB value is (174,155,175). Sum of RGB (Red+Green+Blue) = 174+155+175=504 (66% of max value = 765). Red value is 174 (68.36% from 255 or 34.52% from 504); Green value is 155 (60.94% from 255 or 30.75% from 504); Blue value is 175 (68.75% from 255 or 34.72% from 504); Max value from RGB is 175 - color contains mainly: blue. Hex color #AE9BAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE9BAF is #516450. Grayscale: #A2A2A2. Windows color (decimal): -5334097 or 11508654. OLE color: 11508654.

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

Color convert

RGB174155175-
CMYK0.010.1100.31
HSL297º11.11%64.71%-
HSV(B)297º11.43%68.63%-
XYZ36.9135.5445.47-
YUV162.96134.79135.87-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 34.52%
GREEN value IS 155 (60.94% from 255) = 30.75%
BLUE value IS 175 (68.75% from 255) = 34.72%
R=34.52%
G=30.75%
B=34.72%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1741551750.010.1100.3129711.1164.71
HexAE9BAF1B01F129b41
Octal25623325711303745113101
Binary1010111010011011101011111101101111110010100110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE9BAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE9BAF; }

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

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

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

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

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

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

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

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