#AA94A9

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

Shades of London Hue #AA94A9

Tints of London Hue #AA94A9

Color information

#AA94A9 (or 0xAA94A9) is unknown color: approx London Hue. HEX triplet: AA, 94 and A9. RGB value is (170,148,169). Sum of RGB (Red+Green+Blue) = 170+148+169=487 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.91% from 487); Green value is 148 (58.20% from 255 or 30.39% from 487); Blue value is 169 (66.41% from 255 or 34.70% from 487); Max value from RGB is 170 - color contains mainly: red. Hex color #AA94A9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA94A9 is #556B56. Grayscale: #9C9C9C. Windows color (decimal): -5598039 or 11113642. OLE color: 11113642.

HSL color Cylindrical-coordinate representation of color #AA94A9: hue angle of 302.73º degrees, saturation: 0.11, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #AA94A9 is Cyan = 0, Magento = 0.13, Yellow = 0.01 and Black (K on CMYK) = 0.33.

Color convert

RGB170148169-
CMYK00.130.010.33
HSL302.73º11.46%62.35%-
HSV(B)302.73º12.94%66.67%-
XYZ34.3332.5942.02-
YUV156.97134.79137.29-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34.91%
GREEN value IS 148 (58.20% from 255) = 30.39%
BLUE value IS 169 (66.41% from 255) = 34.70%
R=34.91%
G=30.39%
B=34.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.01
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17014816900.130.010.33302.7311.4662.35
HexAA94A90D12112fb3e
Octal2522242510151414571376
Binary1010101010010100101010010110111000011001011111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA94A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA94A9; }

 p { color: rgb(170,148,169); }

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

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

 a { background-color: rgb(170,148,169); }

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

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

 span { border-color: rgb(170,148,169); }

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