#AE99AA

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

Shades of London Hue #AE99AA

Tints of London Hue #AE99AA

Color information

#AE99AA (or 0xAE99AA) is unknown color: approx London Hue. HEX triplet: AE, 99 and AA. RGB value is (174,153,170). Sum of RGB (Red+Green+Blue) = 174+153+170=497 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.01% from 497); Green value is 153 (60.16% from 255 or 30.78% from 497); Blue value is 170 (66.80% from 255 or 34.21% from 497); Max value from RGB is 174 - color contains mainly: red. Hex color #AE99AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE99AA is #516655. Grayscale: #A1A1A1. Windows color (decimal): -5334614 or 11180462. OLE color: 11180462.

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

Color convert

RGB174153170-
CMYK00.120.020.32
HSL311.43º11.48%64.12%-
HSV(B)311.43º12.07%68.24%-
XYZ36.134.6842.82-
YUV161.22132.96137.12-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.01%
GREEN value IS 153 (60.16% from 255) = 30.78%
BLUE value IS 170 (66.80% from 255) = 34.21%
R=35.01%
G=30.78%
B=34.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.02
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17415317000.120.020.32311.4311.4864.12
HexAE99AA0C220137b40
Octal25623125201424046713100
Binary101011101001100110101010011001010000010011011110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE99AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE99AA; }

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

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

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

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

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

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

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

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