#AE97AA

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

Shades of London Hue #AE97AA

Tints of London Hue #AE97AA

Color information

#AE97AA (or 0xAE97AA) is unknown color: approx London Hue. HEX triplet: AE, 97 and AA. RGB value is (174,151,170). Sum of RGB (Red+Green+Blue) = 174+151+170=495 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.15% from 495); Green value is 151 (59.38% from 255 or 30.51% from 495); Blue value is 170 (66.80% from 255 or 34.34% from 495); Max value from RGB is 174 - color contains mainly: red. Hex color #AE97AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE97AA is #516855. Grayscale: #9F9F9F. Windows color (decimal): -5335126 or 11179950. OLE color: 11179950.

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

Color convert

RGB174151170-
CMYK00.130.020.32
HSL310.43º12.43%63.73%-
HSV(B)310.43º13.22%68.24%-
XYZ35.7834.0342.71-
YUV160.04133.62137.96-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.15%
GREEN value IS 151 (59.38% from 255) = 30.51%
BLUE value IS 170 (66.80% from 255) = 34.34%
R=35.15%
G=30.51%
B=34.34%

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
Decimal17415117000.130.020.32310.4312.4363.73
HexAE97AA0D220136c40
Octal25622725201524046614100
Binary101011101001011110101010011011010000010011011011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE97AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE97AA; }

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

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

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

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

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

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

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

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