#AE97AD

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

Shades of London Hue #AE97AD

Tints of London Hue #AE97AD

Color information

#AE97AD (or 0xAE97AD) is unknown color: approx London Hue. HEX triplet: AE, 97 and AD. RGB value is (174,151,173). Sum of RGB (Red+Green+Blue) = 174+151+173=498 (65% of max value = 765). Red value is 174 (68.36% from 255 or 34.94% from 498); Green value is 151 (59.38% from 255 or 30.32% from 498); Blue value is 173 (67.97% from 255 or 34.74% from 498); Max value from RGB is 174 - color contains mainly: red. Hex color #AE97AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE97AD is #516852. Grayscale: #A0A0A0. Windows color (decimal): -5335123 or 11376558. OLE color: 11376558.

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

Color convert

RGB174151173-
CMYK00.130.010.32
HSL302.61º12.43%63.73%-
HSV(B)302.61º13.22%68.24%-
XYZ36.0634.1544.23-
YUV160.39135.12137.71-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 34.94%
GREEN value IS 151 (59.38% from 255) = 30.32%
BLUE value IS 173 (67.97% from 255) = 34.74%
R=34.94%
G=30.32%
B=34.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.01
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17415117300.130.010.32302.6112.4363.73
HexAE97AD0D12012fc40
Octal25622725501514045714100
Binary10101110100101111010110101101110000010010111111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE97AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE97AD; }

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

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

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

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

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

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

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

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