#AE99AF

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

Shades of London Hue #AE99AF

Tints of London Hue #AE99AF

Color information

#AE99AF (or 0xAE99AF) is unknown color: approx London Hue. HEX triplet: AE, 99 and AF. RGB value is (174,153,175). Sum of RGB (Red+Green+Blue) = 174+153+175=502 (66% of max value = 765). Red value is 174 (68.36% from 255 or 34.66% from 502); Green value is 153 (60.16% from 255 or 30.48% from 502); Blue value is 175 (68.75% from 255 or 34.86% from 502); Max value from RGB is 175 - color contains mainly: blue. Hex color #AE99AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE99AF is #516650. Grayscale: #A1A1A1. Windows color (decimal): -5334609 or 11508142. OLE color: 11508142.

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

Color convert

RGB174153175-
CMYK0.010.1300.31
HSL297.27º12.09%64.31%-
HSV(B)297.27º12.57%68.63%-
XYZ36.5834.8845.36-
YUV161.79135.46136.71-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 34.66%
GREEN value IS 153 (60.16% from 255) = 30.48%
BLUE value IS 175 (68.75% from 255) = 34.86%
R=34.66%
G=30.48%
B=34.86%

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
Decimal1741531750.010.1300.31297.2712.0964.31
HexAE99AF1D01F129c40
Octal25623125711503745114100
Binary1010111010011001101011111110101111110010100111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE99AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE99AF; }

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

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

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

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

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

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

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

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