#AE95AD

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

Shades of London Hue #AE95AD

Tints of London Hue #AE95AD

Color information

#AE95AD (or 0xAE95AD) is unknown color: approx London Hue. HEX triplet: AE, 95 and AD. RGB value is (174,149,173). Sum of RGB (Red+Green+Blue) = 174+149+173=496 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.08% from 496); Green value is 149 (58.59% from 255 or 30.04% from 496); Blue value is 173 (67.97% from 255 or 34.88% from 496); Max value from RGB is 174 - color contains mainly: red. Hex color #AE95AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE95AD is #516A52. Grayscale: #9F9F9F. Windows color (decimal): -5335635 or 11376046. OLE color: 11376046.

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

Color convert

RGB174149173-
CMYK00.140.010.32
HSL302.4º13.37%63.33%-
HSV(B)302.4º14.37%68.24%-
XYZ35.7533.5144.12-
YUV159.21135.78138.55-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.08%
GREEN value IS 149 (58.59% from 255) = 30.04%
BLUE value IS 173 (67.97% from 255) = 34.88%
R=35.08%
G=30.04%
B=34.88%

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
Decimal17414917300.140.010.32302.413.3763.33
HexAE95AD0E12012ed3f
Octal2562252550161404561577
Binary1010111010010101101011010111011000001001011101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE95AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE95AD; }

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

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

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

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

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

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

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

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