#AA9BA6

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

Shades of London Hue #AA9BA6

Tints of London Hue #AA9BA6

Color information

#AA9BA6 (or 0xAA9BA6) is unknown color: approx London Hue. HEX triplet: AA, 9B and A6. RGB value is (170,155,166). Sum of RGB (Red+Green+Blue) = 170+155+166=491 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.62% from 491); Green value is 155 (60.94% from 255 or 31.57% from 491); Blue value is 166 (65.23% from 255 or 33.81% from 491); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9BA6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA9BA6 is #556459. Grayscale: #A0A0A0. Windows color (decimal): -5596250 or 10918826. OLE color: 10918826.

HSL color Cylindrical-coordinate representation of color #AA9BA6: hue angle of 316º degrees, saturation: 0.08, 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 #AA9BA6 is Cyan = 0, Magento = 0.09, Yellow = 0.02 and Black (K on CMYK) = 0.33.

Color convert

RGB170155166-
CMYK00.090.020.33
HSL316º8.11%63.73%-
HSV(B)316º8.82%66.67%-
XYZ35.1834.7440.93-
YUV160.74130.97134.61-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34.62%
GREEN value IS 155 (60.94% from 255) = 31.57%
BLUE value IS 166 (65.23% from 255) = 33.81%
R=34.62%
G=31.57%
B=33.81%

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
Decimal17015516600.090.020.333168.1163.73
HexAA9BA60922113c840
Octal25223324601124147410100
Binary101010101001101110100110010011010000110011110010001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9BA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9BA6; }

 p { color: rgb(170,155,166); }

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

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

 a { background-color: rgb(170,155,166); }

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

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

 span { border-color: rgb(170,155,166); }

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