#AE94AF

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

Shades of London Hue #AE94AF

Tints of London Hue #AE94AF

Color information

#AE94AF (or 0xAE94AF) is unknown color: approx London Hue. HEX triplet: AE, 94 and AF. RGB value is (174,148,175). Sum of RGB (Red+Green+Blue) = 174+148+175=497 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.01% from 497); Green value is 148 (58.20% from 255 or 29.78% from 497); Blue value is 175 (68.75% from 255 or 35.21% from 497); Max value from RGB is 175 - color contains mainly: blue. Hex color #AE94AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE94AF is #516B50. Grayscale: #9E9E9E. Windows color (decimal): -5335889 or 11506862. OLE color: 11506862.

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

Color convert

RGB174148175-
CMYK0.010.1500.31
HSL297.78º14.44%63.33%-
HSV(B)297.78º15.43%68.63%-
XYZ35.7833.2745.09-
YUV158.85137.11138.8-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.01%
GREEN value IS 148 (58.20% from 255) = 29.78%
BLUE value IS 175 (68.75% from 255) = 35.21%
R=35.01%
G=29.78%
B=35.21%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1741481750.010.1500.31297.7814.4463.33
HexAE94AF1F01F12ae3f
Octal2562242571170374521677
Binary101011101001010010101111111110111111001010101110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE94AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE94AF; }

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

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

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

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

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

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

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

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