#AE97AB

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

Shades of London Hue #AE97AB

Tints of London Hue #AE97AB

Color information

#AE97AB (or 0xAE97AB) is unknown color: approx London Hue. HEX triplet: AE, 97 and AB. RGB value is (174,151,171). Sum of RGB (Red+Green+Blue) = 174+151+171=496 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.08% from 496); Green value is 151 (59.38% from 255 or 30.44% from 496); Blue value is 171 (67.19% from 255 or 34.48% from 496); Max value from RGB is 174 - color contains mainly: red. Hex color #AE97AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE97AB is #516854. Grayscale: #A0A0A0. Windows color (decimal): -5335125 or 11245486. OLE color: 11245486.

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

Color convert

RGB174151171-
CMYK00.130.020.32
HSL307.83º12.43%63.73%-
HSV(B)307.83º13.22%68.24%-
XYZ35.8734.0743.21-
YUV160.16134.12137.87-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.08%
GREEN value IS 151 (59.38% from 255) = 30.44%
BLUE value IS 171 (67.19% from 255) = 34.48%
R=35.08%
G=30.44%
B=34.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.02
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17415117100.130.020.32307.8312.4363.73
HexAE97AB0D220134c40
Octal25622725301524046414100
Binary101011101001011110101011011011010000010011010011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE97AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE97AB; }

 p { color: rgb(174,151,171); }

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

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

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

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

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

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

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