#AA92AE

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

Shades of London Hue #AA92AE

Tints of London Hue #AA92AE

Color information

#AA92AE (or 0xAA92AE) is unknown color: approx London Hue. HEX triplet: AA, 92 and AE. RGB value is (170,146,174). Sum of RGB (Red+Green+Blue) = 170+146+174=490 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.69% from 490); Green value is 146 (57.42% from 255 or 29.80% from 490); Blue value is 174 (68.36% from 255 or 35.51% from 490); Max value from RGB is 174 - color contains mainly: blue. Hex color #AA92AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA92AE is #556D51. Grayscale: #9C9C9C. Windows color (decimal): -5598546 or 11440810. OLE color: 11440810.

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

Color convert

RGB170146174-
CMYK0.020.1600.32
HSL291.43º14.74%62.75%-
HSV(B)291.43º16.09%68.24%-
XYZ34.532.1644.43-
YUV156.37137.95137.72-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34.69%
GREEN value IS 146 (57.42% from 255) = 29.80%
BLUE value IS 174 (68.36% from 255) = 35.51%
R=34.69%
G=29.80%
B=35.51%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1701461740.020.1600.32291.4314.7462.75
HexAA92AE210020123f3f
Octal2522222562200404431777
Binary101010101001001010101110101000001000001001000111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA92AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA92AE; }

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

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

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

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

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

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

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

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