#AA90A4

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

Shades of London Hue #AA90A4

Tints of London Hue #AA90A4

Color information

#AA90A4 (or 0xAA90A4) is unknown color: approx London Hue. HEX triplet: AA, 90 and A4. RGB value is (170,144,164). Sum of RGB (Red+Green+Blue) = 170+144+164=478 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.56% from 478); Green value is 144 (56.64% from 255 or 30.13% from 478); Blue value is 164 (64.45% from 255 or 34.31% from 478); Max value from RGB is 170 - color contains mainly: red. Hex color #AA90A4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA90A4 is #556F5B. Grayscale: #999999. Windows color (decimal): -5599068 or 10784938. OLE color: 10784938.

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

Color convert

RGB170144164-
CMYK00.150.040.33
HSL313.85º13.27%61.57%-
HSV(B)313.85º15.29%66.67%-
XYZ33.2531.1739.39-
YUV154.05133.61139.37-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.56%
GREEN value IS 144 (56.64% from 255) = 30.13%
BLUE value IS 164 (64.45% from 255) = 34.31%
R=35.56%
G=30.13%
B=34.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.04
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17014416400.150.040.33313.8513.2761.57
HexAA90A40F42113ad3e
Octal2522202440174414721576
Binary101010101001000010100100011111001000011001110101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA90A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA90A4; }

 p { color: rgb(170,144,164); }

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

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

 a { background-color: rgb(170,144,164); }

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

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

 span { border-color: rgb(170,144,164); }

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