#AE9FAE

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

Shades of London Hue #AE9FAE

Tints of London Hue #AE9FAE

Color information

#AE9FAE (or 0xAE9FAE) is unknown color: approx London Hue. HEX triplet: AE, 9F and AE. RGB value is (174,159,174). Sum of RGB (Red+Green+Blue) = 174+159+174=507 (67% of max value = 765). Red value is 174 (68.36% from 255 or 34.32% from 507); Green value is 159 (62.5% from 255 or 31.36% from 507); Blue value is 174 (68.36% from 255 or 34.32% from 507); Max value from RGB is 174 - color contains mainly: red, blue. Hex color #AE9FAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE9FAE is #516051. Grayscale: #A5A5A5. Windows color (decimal): -5333074 or 11444142. OLE color: 11444142.

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

Color convert

RGB174159174-
CMYK00.0900.32
HSL300º8.47%65.29%-
HSV(B)300º8.62%68.24%-
XYZ37.4936.8545.18-
YUV165.2132.97134.28-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 34.32%
GREEN value IS 159 (62.5% from 255) = 31.36%
BLUE value IS 174 (68.36% from 255) = 34.32%
R=34.32%
G=31.36%
B=34.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17415917400.0900.323008.4765.29
HexAE9FAE0902012c841
Octal25623725601104045410101
Binary10101110100111111010111001001010000010010110010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE9FAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE9FAE; }

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

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

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

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

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

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

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

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