#AE94AD

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

Shades of London Hue #AE94AD

Tints of London Hue #AE94AD

Color information

#AE94AD (or 0xAE94AD) is unknown color: approx London Hue. HEX triplet: AE, 94 and AD. RGB value is (174,148,173). Sum of RGB (Red+Green+Blue) = 174+148+173=495 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.15% from 495); Green value is 148 (58.20% from 255 or 29.90% from 495); Blue value is 173 (67.97% from 255 or 34.95% from 495); Max value from RGB is 174 - color contains mainly: red. Hex color #AE94AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE94AD is #516B52. Grayscale: #9E9E9E. Windows color (decimal): -5335891 or 11375790. OLE color: 11375790.

HSL color Cylindrical-coordinate representation of color #AE94AD: hue angle of 302.31º degrees, saturation: 0.14, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #AE94AD is Cyan = 0, Magento = 0.15, Yellow = 0.01 and Black (K on CMYK) = 0.32.

Color convert

RGB174148173-
CMYK00.150.010.32
HSL302.31º13.83%63.14%-
HSV(B)302.31º14.94%68.24%-
XYZ35.5933.244.07-
YUV158.62136.11138.97-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.15%
GREEN value IS 148 (58.20% from 255) = 29.90%
BLUE value IS 173 (67.97% from 255) = 34.95%
R=35.15%
G=29.90%
B=34.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.01
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17414817300.150.010.32302.3113.8363.14
HexAE94AD0F12012ee3f
Octal2562242550171404561677
Binary1010111010010100101011010111111000001001011101110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE94AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE94AD; }

 p { color: rgb(174,148,173); }

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

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

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

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

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

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

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