#AA99AB

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

Shades of London Hue #AA99AB

Tints of London Hue #AA99AB

Color information

#AA99AB (or 0xAA99AB) is unknown color: approx London Hue. HEX triplet: AA, 99 and AB. RGB value is (170,153,171). Sum of RGB (Red+Green+Blue) = 170+153+171=494 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.41% from 494); Green value is 153 (60.16% from 255 or 30.97% from 494); Blue value is 171 (67.19% from 255 or 34.62% from 494); Max value from RGB is 171 - color contains mainly: blue. Hex color #AA99AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA99AB is #556654. Grayscale: #A0A0A0. Windows color (decimal): -5596757 or 11245994. OLE color: 11245994.

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

Color convert

RGB170153171-
CMYK0.010.1100.33
HSL296.67º9.68%63.53%-
HSV(B)296.67º10.53%67.06%-
XYZ35.3234.2743.28-
YUV160.14134.13135.04-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34.41%
GREEN value IS 153 (60.16% from 255) = 30.97%
BLUE value IS 171 (67.19% from 255) = 34.62%
R=34.41%
G=30.97%
B=34.62%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701531710.010.1100.33296.679.6863.53
HexAA99AB1B021129a40
Octal25223125311304145112100
Binary10101010100110011010101111011010000110010100110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA99AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA99AB; }

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

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

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

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

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

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

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

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