#AE96AC

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

Shades of London Hue #AE96AC

Tints of London Hue #AE96AC

Color information

#AE96AC (or 0xAE96AC) is unknown color: approx London Hue. HEX triplet: AE, 96 and AC. RGB value is (174,150,172). Sum of RGB (Red+Green+Blue) = 174+150+172=496 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.08% from 496); Green value is 150 (58.98% from 255 or 30.24% from 496); Blue value is 172 (67.58% from 255 or 34.68% from 496); Max value from RGB is 174 - color contains mainly: red. Hex color #AE96AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE96AC is #516953. Grayscale: #9F9F9F. Windows color (decimal): -5335380 or 11310766. OLE color: 11310766.

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

Color convert

RGB174150172-
CMYK00.140.010.32
HSL305º12.9%63.53%-
HSV(B)305º13.79%68.24%-
XYZ35.8133.7943.66-
YUV159.68134.95138.21-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.08%
GREEN value IS 150 (58.98% from 255) = 30.24%
BLUE value IS 172 (67.58% from 255) = 34.68%
R=35.08%
G=30.24%
B=34.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.01
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17415017200.140.010.3230512.963.53
HexAE96AC0E120131d40
Octal25622625401614046115100
Binary10101110100101101010110001110110000010011000111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE96AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE96AC; }

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

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

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

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

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

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

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

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