#AEA0AF

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

Shades of London Hue #AEA0AF

Tints of London Hue #AEA0AF

Color information

#AEA0AF (or 0xAEA0AF) is unknown color: approx London Hue. HEX triplet: AE, A0 and AF. RGB value is (174,160,175). Sum of RGB (Red+Green+Blue) = 174+160+175=509 (67% of max value = 765). Red value is 174 (68.36% from 255 or 34.18% from 509); Green value is 160 (62.89% from 255 or 31.43% from 509); Blue value is 175 (68.75% from 255 or 34.38% from 509); Max value from RGB is 175 - color contains mainly: blue. Hex color #AEA0AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEA0AF is #515F50. Grayscale: #A5A5A5. Windows color (decimal): -5332817 or 11509934. OLE color: 11509934.

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

Color convert

RGB174160175-
CMYK0.010.0900.31
HSL296º8.57%65.69%-
HSV(B)296º8.57%68.63%-
XYZ37.7637.2445.75-
YUV165.9133.14133.78-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 34.18%
GREEN value IS 160 (62.89% from 255) = 31.43%
BLUE value IS 175 (68.75% from 255) = 34.38%
R=34.18%
G=31.43%
B=34.38%

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
Decimal1741601750.010.0900.312968.5765.69
HexAEA0AF1901F128942
Octal25624025711103745011102
Binary1010111010100000101011111100101111110010100010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA0AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA0AF; }

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

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

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

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

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

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

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

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