#AE95AE

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

Shades of London Hue #AE95AE

Tints of London Hue #AE95AE

Color information

#AE95AE (or 0xAE95AE) is unknown color: approx London Hue. HEX triplet: AE, 95 and AE. RGB value is (174,149,174). Sum of RGB (Red+Green+Blue) = 174+149+174=497 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.01% from 497); Green value is 149 (58.59% from 255 or 29.98% from 497); Blue value is 174 (68.36% from 255 or 35.01% from 497); Max value from RGB is 174 - color contains mainly: red, blue. Hex color #AE95AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE95AE is #516A51. Grayscale: #9F9F9F. Windows color (decimal): -5335634 or 11441582. OLE color: 11441582.

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

Color convert

RGB174149174-
CMYK00.1400.32
HSL300º13.37%63.33%-
HSV(B)300º14.37%68.24%-
XYZ35.8433.5544.63-
YUV159.32136.28138.47-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.01%
GREEN value IS 149 (58.59% from 255) = 29.98%
BLUE value IS 174 (68.36% from 255) = 35.01%
R=35.01%
G=29.98%
B=35.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17414917400.1400.3230013.3763.33
HexAE95AE0E02012cd3f
Octal2562252560160404541577
Binary1010111010010101101011100111001000001001011001101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE95AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE95AE; }

 p { color: rgb(174,149,174); }

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

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

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

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

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

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

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