#AE8DA9

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

Shades of London Hue #AE8DA9

Tints of London Hue #AE8DA9

Color information

#AE8DA9 (or 0xAE8DA9) is unknown color: approx London Hue. HEX triplet: AE, 8D and A9. RGB value is (174,141,169). Sum of RGB (Red+Green+Blue) = 174+141+169=484 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.95% from 484); Green value is 141 (55.47% from 255 or 29.13% from 484); Blue value is 169 (66.41% from 255 or 34.92% from 484); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8DA9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE8DA9 is #517256. Grayscale: #999999. Windows color (decimal): -5337687 or 11111854. OLE color: 11111854.

HSL color Cylindrical-coordinate representation of color #AE8DA9: hue angle of 309.09º degrees, saturation: 0.17, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AE8DA9 is Cyan = 0, Magento = 0.19, Yellow = 0.03 and Black (K on CMYK) = 0.32.

Color convert

RGB174141169-
CMYK00.190.030.32
HSL309.09º16.92%61.76%-
HSV(B)309.09º18.97%68.24%-
XYZ34.1430.9141.7-
YUV154.06136.43142.22-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.95%
GREEN value IS 141 (55.47% from 255) = 29.13%
BLUE value IS 169 (66.41% from 255) = 34.92%
R=35.95%
G=29.13%
B=34.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.03
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17414116900.190.030.32309.0916.9261.76
HexAE8DA9013320135113e
Octal2562152510233404652176
Binary1010111010001101101010010100111110000010011010110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE8DA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE8DA9; }

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

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

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

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

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

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

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

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