#AE9DAF

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

Shades of London Hue #AE9DAF

Tints of London Hue #AE9DAF

Color information

#AE9DAF (or 0xAE9DAF) is unknown color: approx London Hue. HEX triplet: AE, 9D and AF. RGB value is (174,157,175). Sum of RGB (Red+Green+Blue) = 174+157+175=506 (67% of max value = 765). Red value is 174 (68.36% from 255 or 34.39% from 506); Green value is 157 (61.72% from 255 or 31.03% from 506); Blue value is 175 (68.75% from 255 or 34.58% from 506); Max value from RGB is 175 - color contains mainly: blue. Hex color #AE9DAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE9DAF is #516250. Grayscale: #A4A4A4. Windows color (decimal): -5333585 or 11509166. OLE color: 11509166.

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

Color convert

RGB174157175-
CMYK0.010.1000.31
HSL296.67º10.11%65.1%-
HSV(B)296.67º10.29%68.63%-
XYZ37.2536.2145.58-
YUV164.14134.13135.04-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 34.39%
GREEN value IS 157 (61.72% from 255) = 31.03%
BLUE value IS 175 (68.75% from 255) = 34.58%
R=34.39%
G=31.03%
B=34.58%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1741571750.010.1000.31296.6710.1165.1
HexAE9DAF1A01F129a41
Octal25623525711203745112101
Binary1010111010011101101011111101001111110010100110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE9DAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE9DAF; }

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

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

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

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

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

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

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

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