#AE9AA7

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

Shades of London Hue #AE9AA7

Tints of London Hue #AE9AA7

Color information

#AE9AA7 (or 0xAE9AA7) is unknown color: approx London Hue. HEX triplet: AE, 9A and A7. RGB value is (174,154,167). Sum of RGB (Red+Green+Blue) = 174+154+167=495 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.15% from 495); Green value is 154 (60.55% from 255 or 31.11% from 495); Blue value is 167 (65.62% from 255 or 33.74% from 495); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9AA7 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE9AA7 is #516558. Grayscale: #A1A1A1. Windows color (decimal): -5334361 or 10984110. OLE color: 10984110.

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

Color convert

RGB174154167-
CMYK00.110.040.32
HSL321º10.99%64.31%-
HSV(B)321º11.49%68.24%-
XYZ35.9934.941.4-
YUV161.46131.13136.94-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.15%
GREEN value IS 154 (60.55% from 255) = 31.11%
BLUE value IS 167 (65.62% from 255) = 33.74%
R=35.15%
G=31.11%
B=33.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.04
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17415416700.110.040.3232110.9964.31
HexAE9AA70B420141b40
Octal25623224701344050113100
Binary1010111010011010101001110101110010000010100000110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE9AA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE9AA7; }

 p { color: rgb(174,154,167); }

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

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

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

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

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

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

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