#AA95AE

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

Shades of London Hue #AA95AE

Tints of London Hue #AA95AE

Color information

#AA95AE (or 0xAA95AE) is unknown color: approx London Hue. HEX triplet: AA, 95 and AE. RGB value is (170,149,174). Sum of RGB (Red+Green+Blue) = 170+149+174=493 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.48% from 493); Green value is 149 (58.59% from 255 or 30.22% from 493); Blue value is 174 (68.36% from 255 or 35.29% from 493); Max value from RGB is 174 - color contains mainly: blue. Hex color #AA95AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA95AE is #556A51. Grayscale: #9E9E9E. Windows color (decimal): -5597778 or 11441578. OLE color: 11441578.

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

Color convert

RGB170149174-
CMYK0.020.1400.32
HSL290.4º13.37%63.33%-
HSV(B)290.4º14.37%68.24%-
XYZ34.9633.144.59-
YUV158.13136.96136.47-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34.48%
GREEN value IS 149 (58.59% from 255) = 30.22%
BLUE value IS 174 (68.36% from 255) = 35.29%
R=34.48%
G=30.22%
B=35.29%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1701491740.020.1400.32290.413.3763.33
HexAA95AE2E020122d3f
Octal2522252562160404421577
Binary10101010100101011010111010111001000001001000101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA95AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA95AE; }

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

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

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

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

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

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

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

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