#AA9BAB

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

Shades of London Hue #AA9BAB

Tints of London Hue #AA9BAB

Color information

#AA9BAB (or 0xAA9BAB) is unknown color: approx London Hue. HEX triplet: AA, 9B and AB. RGB value is (170,155,171). Sum of RGB (Red+Green+Blue) = 170+155+171=496 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.27% from 496); Green value is 155 (60.94% from 255 or 31.25% from 496); Blue value is 171 (67.19% from 255 or 34.48% from 496); Max value from RGB is 171 - color contains mainly: blue. Hex color #AA9BAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA9BAB is #556454. Grayscale: #A1A1A1. Windows color (decimal): -5596245 or 11246506. OLE color: 11246506.

HSL color Cylindrical-coordinate representation of color #AA9BAB: hue angle of 296.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 #AA9BAB is Cyan = 0.01, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB170155171-
CMYK0.010.0900.33
HSL296.25º8.7%63.92%-
HSV(B)296.25º9.36%67.06%-
XYZ35.6534.9343.39-
YUV161.31133.47134.2-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34.27%
GREEN value IS 155 (60.94% from 255) = 31.25%
BLUE value IS 171 (67.19% from 255) = 34.48%
R=34.27%
G=31.25%
B=34.48%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701551710.010.0900.33296.258.763.92
HexAA9BAB19021128940
Octal25223325311104145011100
Binary10101010100110111010101111001010000110010100010011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9BAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9BAB; }

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

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

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

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

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

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

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

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