#AE9FAF

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

Shades of London Hue #AE9FAF

Tints of London Hue #AE9FAF

Color information

#AE9FAF (or 0xAE9FAF) is unknown color: approx London Hue. HEX triplet: AE, 9F and AF. RGB value is (174,159,175). Sum of RGB (Red+Green+Blue) = 174+159+175=508 (67% of max value = 765). Red value is 174 (68.36% from 255 or 34.25% from 508); Green value is 159 (62.5% from 255 or 31.30% from 508); Blue value is 175 (68.75% from 255 or 34.45% from 508); Max value from RGB is 175 - color contains mainly: blue. Hex color #AE9FAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE9FAF is #516050. Grayscale: #A5A5A5. Windows color (decimal): -5333073 or 11509678. OLE color: 11509678.

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

Color convert

RGB174159175-
CMYK0.010.0900.31
HSL296.25º9.09%65.49%-
HSV(B)296.25º9.14%68.63%-
XYZ37.5936.8945.7-
YUV165.31133.47134.2-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 34.25%
GREEN value IS 159 (62.5% from 255) = 31.30%
BLUE value IS 175 (68.75% from 255) = 34.45%
R=34.25%
G=31.30%
B=34.45%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1741591750.010.0900.31296.259.0965.49
HexAE9FAF1901F128941
Octal25623725711103745011101
Binary1010111010011111101011111100101111110010100010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE9FAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE9FAF; }

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

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

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

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

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

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

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

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