#AEAAAD

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

Shades of London Hue #AEAAAD

Tints of London Hue #AEAAAD

Color information

#AEAAAD (or 0xAEAAAD) is unknown color: approx London Hue. HEX triplet: AE, AA and AD. RGB value is (174,170,173). Sum of RGB (Red+Green+Blue) = 174+170+173=517 (68% of max value = 765). Red value is 174 (68.36% from 255 or 33.66% from 517); Green value is 170 (66.80% from 255 or 32.88% from 517); Blue value is 173 (67.97% from 255 or 33.46% from 517); Max value from RGB is 174 - color contains mainly: red. Hex color #AEAAAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEAAAD is #515552. Grayscale: #ABABAB. Windows color (decimal): -5330259 or 11381422. OLE color: 11381422.

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

Color convert

RGB174170173-
CMYK00.020.010.32
HSL315º2.41%67.45%-
HSV(B)315º2.3%68.24%-
XYZ39.3740.7745.33-
YUV171.54128.83129.76-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 33.66%
GREEN value IS 170 (66.80% from 255) = 32.88%
BLUE value IS 173 (67.97% from 255) = 33.46%
R=33.66%
G=32.88%
B=33.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.01
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17417017300.020.010.323152.4167.45
HexAEAAAD0212013b243
Octal256252255021404732103
Binary1010111010101010101011010101100000100111011101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEAAAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEAAAD; }

 p { color: rgb(174,170,173); }

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

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

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

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

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

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

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