#AE9CA9

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

Shades of London Hue #AE9CA9

Tints of London Hue #AE9CA9

Color information

#AE9CA9 (or 0xAE9CA9) is unknown color: approx London Hue. HEX triplet: AE, 9C and A9. RGB value is (174,156,169). Sum of RGB (Red+Green+Blue) = 174+156+169=499 (66% of max value = 765). Red value is 174 (68.36% from 255 or 34.87% from 499); Green value is 156 (61.33% from 255 or 31.26% from 499); Blue value is 169 (66.41% from 255 or 33.87% from 499); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9CA9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE9CA9 is #516356. Grayscale: #A2A2A2. Windows color (decimal): -5333847 or 11115694. OLE color: 11115694.

HSL color Cylindrical-coordinate representation of color #AE9CA9: hue angle of 316.67º 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 #AE9CA9 is Cyan = 0, Magento = 0.10, Yellow = 0.03 and Black (K on CMYK) = 0.32.

Color convert

RGB174156169-
CMYK00.100.030.32
HSL316.67º10%64.71%-
HSV(B)316.67º10.34%68.24%-
XYZ36.5135.6442.49-
YUV162.86131.46135.94-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 34.87%
GREEN value IS 156 (61.33% from 255) = 31.26%
BLUE value IS 169 (66.41% from 255) = 33.87%
R=34.87%
G=31.26%
B=33.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.03
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17415616900.100.030.32316.671064.71
HexAE9CA90A32013da41
Octal25623425101234047512101
Binary101011101001110010101001010101110000010011110110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE9CA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE9CA9; }

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

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

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

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

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

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

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

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