#AA92A9

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

Shades of London Hue #AA92A9

Tints of London Hue #AA92A9

Color information

#AA92A9 (or 0xAA92A9) is unknown color: approx London Hue. HEX triplet: AA, 92 and A9. RGB value is (170,146,169). Sum of RGB (Red+Green+Blue) = 170+146+169=485 (64% of max value = 765). Red value is 170 (66.80% from 255 or 35.05% from 485); Green value is 146 (57.42% from 255 or 30.10% from 485); Blue value is 169 (66.41% from 255 or 34.85% from 485); Max value from RGB is 170 - color contains mainly: red. Hex color #AA92A9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA92A9 is #556D56. Grayscale: #9B9B9B. Windows color (decimal): -5598551 or 11113130. OLE color: 11113130.

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

Color convert

RGB170146169-
CMYK00.140.010.33
HSL302.5º12.37%61.96%-
HSV(B)302.5º14.12%66.67%-
XYZ34.0231.9741.91-
YUV155.8135.45138.13-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.05%
GREEN value IS 146 (57.42% from 255) = 30.10%
BLUE value IS 169 (66.41% from 255) = 34.85%
R=35.05%
G=30.10%
B=34.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.01
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17014616900.140.010.33302.512.3761.96
HexAA92A90E12112ec3e
Octal2522222510161414561476
Binary1010101010010010101010010111011000011001011101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA92A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA92A9; }

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

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

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

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

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

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

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

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