#AE9DA9

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

Shades of London Hue #AE9DA9

Tints of London Hue #AE9DA9

Color information

#AE9DA9 (or 0xAE9DA9) is unknown color: approx London Hue. HEX triplet: AE, 9D and A9. RGB value is (174,157,169). Sum of RGB (Red+Green+Blue) = 174+157+169=500 (66% of max value = 765). Red value is 174 (68.36% from 255 or 34.8% from 500); Green value is 157 (61.72% from 255 or 31.4% from 500); Blue value is 169 (66.41% from 255 or 33.8% from 500); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9DA9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE9DA9 is #516256. Grayscale: #A3A3A3. Windows color (decimal): -5333591 or 11115950. OLE color: 11115950.

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

Color convert

RGB174157169-
CMYK00.100.030.32
HSL317.65º9.5%64.9%-
HSV(B)317.65º9.77%68.24%-
XYZ36.6735.9842.55-
YUV163.45131.13135.52-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 34.8%
GREEN value IS 157 (61.72% from 255) = 31.4%
BLUE value IS 169 (66.41% from 255) = 33.8%
R=34.8%
G=31.4%
B=33.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.03
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17415716900.100.030.32317.659.564.9
HexAE9DA90A32013e941
Octal25623525101234047611101
Binary101011101001110110101001010101110000010011111010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE9DA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE9DA9; }

 p { color: rgb(174,157,169); }

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

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

 a { background-color: rgb(174,157,169); }

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

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

 span { border-color: rgb(174,157,169); }

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