#AE9CAE

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

Shades of London Hue #AE9CAE

Tints of London Hue #AE9CAE

Color information

#AE9CAE (or 0xAE9CAE) is unknown color: approx London Hue. HEX triplet: AE, 9C and AE. RGB value is (174,156,174). Sum of RGB (Red+Green+Blue) = 174+156+174=504 (66% of max value = 765). Red value is 174 (68.36% from 255 or 34.52% from 504); Green value is 156 (61.33% from 255 or 30.95% from 504); Blue value is 174 (68.36% from 255 or 34.52% from 504); Max value from RGB is 174 - color contains mainly: red, blue. Hex color #AE9CAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE9CAE is #516351. Grayscale: #A3A3A3. Windows color (decimal): -5333842 or 11443374. OLE color: 11443374.

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

Color convert

RGB174156174-
CMYK00.1000.32
HSL300º10%64.71%-
HSV(B)300º10.34%68.24%-
XYZ36.9835.8345.01-
YUV163.43133.96135.54-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 34.52%
GREEN value IS 156 (61.33% from 255) = 30.95%
BLUE value IS 174 (68.36% from 255) = 34.52%
R=34.52%
G=30.95%
B=34.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17415617400.1000.323001064.71
HexAE9CAE0A02012ca41
Octal25623425601204045412101
Binary10101110100111001010111001010010000010010110010101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE9CAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE9CAE; }

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

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

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

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

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

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

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

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