#AE85A9

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

Shades of London Hue #AE85A9

Tints of London Hue #AE85A9

Color information

#AE85A9 (or 0xAE85A9) is unknown color: approx London Hue. HEX triplet: AE, 85 and A9. RGB value is (174,133,169). Sum of RGB (Red+Green+Blue) = 174+133+169=476 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.55% from 476); Green value is 133 (52.34% from 255 or 27.94% from 476); Blue value is 169 (66.41% from 255 or 35.50% from 476); Max value from RGB is 174 - color contains mainly: red. Hex color #AE85A9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE85A9 is #517A56. Grayscale: #959595. Windows color (decimal): -5339735 or 11109806. OLE color: 11109806.

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

Color convert

RGB174133169-
CMYK00.240.030.32
HSL307.32º20.2%60.2%-
HSV(B)307.32º23.56%68.24%-
XYZ3328.6441.32-
YUV149.36139.08145.57-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 36.55%
GREEN value IS 133 (52.34% from 255) = 27.94%
BLUE value IS 169 (66.41% from 255) = 35.50%
R=36.55%
G=27.94%
B=35.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.03
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17413316900.240.030.32307.3220.260.2
HexAE85A9018320133143c
Octal2562052510303404632474
Binary1010111010000101101010010110001110000010011001110100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE85A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE85A9; }

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

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

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

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

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

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

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

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