#AE96AA

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

Shades of London Hue #AE96AA

Tints of London Hue #AE96AA

Color information

#AE96AA (or 0xAE96AA) is unknown color: approx London Hue. HEX triplet: AE, 96 and AA. RGB value is (174,150,170). Sum of RGB (Red+Green+Blue) = 174+150+170=494 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.22% from 494); Green value is 150 (58.98% from 255 or 30.36% from 494); Blue value is 170 (66.80% from 255 or 34.41% from 494); Max value from RGB is 174 - color contains mainly: red. Hex color #AE96AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE96AA is #516955. Grayscale: #9F9F9F. Windows color (decimal): -5335382 or 11179694. OLE color: 11179694.

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

Color convert

RGB174150170-
CMYK00.140.020.32
HSL310º12.9%63.53%-
HSV(B)310º13.79%68.24%-
XYZ35.6233.7142.66-
YUV159.46133.95138.37-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.22%
GREEN value IS 150 (58.98% from 255) = 30.36%
BLUE value IS 170 (66.80% from 255) = 34.41%
R=35.22%
G=30.36%
B=34.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.02
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17415017000.140.020.3231012.963.53
HexAE96AA0E220136d40
Octal25622625201624046615100
Binary101011101001011010101010011101010000010011011011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE96AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE96AA; }

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

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

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

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

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

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

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

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