#AE99B1

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

Shades of London Hue #AE99B1

Tints of London Hue #AE99B1

Color information

#AE99B1 (or 0xAE99B1) is unknown color: approx London Hue. HEX triplet: AE, 99 and B1. RGB value is (174,153,177). Sum of RGB (Red+Green+Blue) = 174+153+177=504 (66% of max value = 765). Red value is 174 (68.36% from 255 or 34.52% from 504); Green value is 153 (60.16% from 255 or 30.36% from 504); Blue value is 177 (69.53% from 255 or 35.12% from 504); Max value from RGB is 177 - color contains mainly: blue. Hex color #AE99B1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE99B1 is #51664E. Grayscale: #A1A1A1. Windows color (decimal): -5334607 or 11639214. OLE color: 11639214.

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

Color convert

RGB174153177-
CMYK0.020.1400.31
HSL292.5º13.33%64.71%-
HSV(B)292.5º13.56%69.41%-
XYZ36.7834.9646.4-
YUV162.01136.46136.55-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 34.52%
GREEN value IS 153 (60.16% from 255) = 30.36%
BLUE value IS 177 (69.53% from 255) = 35.12%
R=34.52%
G=30.36%
B=35.12%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1741531770.020.1400.31292.513.3364.71
HexAE99B12E01F124d41
Octal25623126121603744415101
Binary10101110100110011011000110111001111110010010011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE99B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE99B1; }

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

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

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

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

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

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

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

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