#AE99B0

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

Shades of London Hue #AE99B0

Tints of London Hue #AE99B0

Color information

#AE99B0 (or 0xAE99B0) is unknown color: approx London Hue. HEX triplet: AE, 99 and B0. RGB value is (174,153,176). Sum of RGB (Red+Green+Blue) = 174+153+176=503 (66% of max value = 765). Red value is 174 (68.36% from 255 or 34.59% from 503); Green value is 153 (60.16% from 255 or 30.42% from 503); Blue value is 176 (69.14% from 255 or 34.99% from 503); Max value from RGB is 176 - color contains mainly: blue. Hex color #AE99B0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE99B0 is #51664F. Grayscale: #A1A1A1. Windows color (decimal): -5334608 or 11573678. OLE color: 11573678.

HSL color Cylindrical-coordinate representation of color #AE99B0: hue angle of 294.78º degrees, saturation: 0.13, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #AE99B0 is Cyan = 0.01, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB174153176-
CMYK0.010.1300.31
HSL294.78º12.71%64.51%-
HSV(B)294.78º13.07%69.02%-
XYZ36.6834.9245.88-
YUV161.9135.96136.63-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 34.59%
GREEN value IS 153 (60.16% from 255) = 30.42%
BLUE value IS 176 (69.14% from 255) = 34.99%
R=34.59%
G=30.42%
B=34.99%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1741531760.010.1300.31294.7812.7164.51
HexAE99B01D01F127d41
Octal25623126011503744715101
Binary1010111010011001101100001110101111110010011111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE99B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE99B0; }

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

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

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

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

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

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

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

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