#AE85AE

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

Shades of London Hue #AE85AE

Tints of London Hue #AE85AE

Color information

#AE85AE (or 0xAE85AE) is unknown color: approx London Hue. HEX triplet: AE, 85 and AE. RGB value is (174,133,174). Sum of RGB (Red+Green+Blue) = 174+133+174=481 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.17% from 481); Green value is 133 (52.34% from 255 or 27.65% from 481); Blue value is 174 (68.36% from 255 or 36.17% from 481); Max value from RGB is 174 - color contains mainly: red, blue. Hex color #AE85AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE85AE is #517A51. Grayscale: #959595. Windows color (decimal): -5339730 or 11437486. OLE color: 11437486.

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

Color convert

RGB174133174-
CMYK00.2400.32
HSL300º20.2%60.2%-
HSV(B)300º23.56%68.24%-
XYZ33.4828.8343.84-
YUV149.93141.58145.17-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 36.17%
GREEN value IS 133 (52.34% from 255) = 27.65%
BLUE value IS 174 (68.36% from 255) = 36.17%
R=36.17%
G=27.65%
B=36.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17413317400.2400.3230020.260.2
HexAE85AE01802012c143c
Octal2562052560300404542474
Binary101011101000010110101110011000010000010010110010100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE85AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE85AE; }

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

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

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

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

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

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

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

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