#AE99AE

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

Shades of London Hue #AE99AE

Tints of London Hue #AE99AE

Color information

#AE99AE (or 0xAE99AE) is unknown color: approx London Hue. HEX triplet: AE, 99 and AE. RGB value is (174,153,174). Sum of RGB (Red+Green+Blue) = 174+153+174=501 (66% of max value = 765). Red value is 174 (68.36% from 255 or 34.73% from 501); Green value is 153 (60.16% from 255 or 30.54% from 501); Blue value is 174 (68.36% from 255 or 34.73% from 501); Max value from RGB is 174 - color contains mainly: red, blue. Hex color #AE99AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE99AE is #516651. Grayscale: #A1A1A1. Windows color (decimal): -5334610 or 11442606. OLE color: 11442606.

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

Color convert

RGB174153174-
CMYK00.1200.32
HSL300º11.48%64.12%-
HSV(B)300º12.07%68.24%-
XYZ36.4934.8444.85-
YUV161.67134.96136.79-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 34.73%
GREEN value IS 153 (60.16% from 255) = 30.54%
BLUE value IS 174 (68.36% from 255) = 34.73%
R=34.73%
G=30.54%
B=34.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17415317400.1200.3230011.4864.12
HexAE99AE0C02012cb40
Octal25623125601404045413100
Binary10101110100110011010111001100010000010010110010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE99AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE99AE; }

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

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

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

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

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

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

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

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