#AE99AC

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

Shades of London Hue #AE99AC

Tints of London Hue #AE99AC

Color information

#AE99AC (or 0xAE99AC) is unknown color: approx London Hue. HEX triplet: AE, 99 and AC. RGB value is (174,153,172). Sum of RGB (Red+Green+Blue) = 174+153+172=499 (66% of max value = 765). Red value is 174 (68.36% from 255 or 34.87% from 499); Green value is 153 (60.16% from 255 or 30.66% from 499); Blue value is 172 (67.58% from 255 or 34.47% from 499); Max value from RGB is 174 - color contains mainly: red. Hex color #AE99AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE99AC is #516653. Grayscale: #A1A1A1. Windows color (decimal): -5334612 or 11311534. OLE color: 11311534.

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

Color convert

RGB174153172-
CMYK00.120.010.32
HSL305.71º11.48%64.12%-
HSV(B)305.71º12.07%68.24%-
XYZ36.2934.7643.83-
YUV161.44133.96136.96-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 34.87%
GREEN value IS 153 (60.16% from 255) = 30.66%
BLUE value IS 172 (67.58% from 255) = 34.47%
R=34.87%
G=30.66%
B=34.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.01
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17415317200.120.010.32305.7111.4864.12
HexAE99AC0C120132b40
Octal25623125401414046213100
Binary10101110100110011010110001100110000010011001010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE99AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE99AC; }

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

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

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

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

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

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

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

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