#AA9AA7

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

Shades of London Hue #AA9AA7

Tints of London Hue #AA9AA7

Color information

#AA9AA7 (or 0xAA9AA7) is unknown color: approx London Hue. HEX triplet: AA, 9A and A7. RGB value is (170,154,167). Sum of RGB (Red+Green+Blue) = 170+154+167=491 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.62% from 491); Green value is 154 (60.55% from 255 or 31.36% from 491); Blue value is 167 (65.62% from 255 or 34.01% from 491); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9AA7 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA9AA7 is #556558. Grayscale: #A0A0A0. Windows color (decimal): -5596505 or 10984106. OLE color: 10984106.

HSL color Cylindrical-coordinate representation of color #AA9AA7: hue angle of 311.25º degrees, saturation: 0.09, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #AA9AA7 is Cyan = 0, Magento = 0.09, Yellow = 0.02 and Black (K on CMYK) = 0.33.

Color convert

RGB170154167-
CMYK00.090.020.33
HSL311.25º8.6%63.53%-
HSV(B)311.25º9.41%66.67%-
XYZ35.1134.4541.36-
YUV160.27131.8134.94-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34.62%
GREEN value IS 154 (60.55% from 255) = 31.36%
BLUE value IS 167 (65.62% from 255) = 34.01%
R=34.62%
G=31.36%
B=34.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.02
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17015416700.090.020.33311.258.663.53
HexAA9AA709221137940
Octal25223224701124146711100
Binary101010101001101010100111010011010000110011011110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9AA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9AA7; }

 p { color: rgb(170,154,167); }

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

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

 a { background-color: rgb(170,154,167); }

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

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

 span { border-color: rgb(170,154,167); }

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