#AA99A6

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

Shades of London Hue #AA99A6

Tints of London Hue #AA99A6

Color information

#AA99A6 (or 0xAA99A6) is unknown color: approx London Hue. HEX triplet: AA, 99 and A6. RGB value is (170,153,166). Sum of RGB (Red+Green+Blue) = 170+153+166=489 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.76% from 489); Green value is 153 (60.16% from 255 or 31.29% from 489); Blue value is 166 (65.23% from 255 or 33.95% from 489); Max value from RGB is 170 - color contains mainly: red. Hex color #AA99A6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA99A6 is #556659. Grayscale: #9F9F9F. Windows color (decimal): -5596762 or 10918314. OLE color: 10918314.

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

Color convert

RGB170153166-
CMYK00.10.020.33
HSL314.12º9.09%63.33%-
HSV(B)314.12º10%66.67%-
XYZ34.8534.0840.82-
YUV159.56131.63135.44-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34.76%
GREEN value IS 153 (60.16% from 255) = 31.29%
BLUE value IS 166 (65.23% from 255) = 33.95%
R=34.76%
G=31.29%
B=33.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.1
Y (Yellow) values IS 0.02
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17015316600.10.020.33314.129.0963.33
HexAA99A60A22113a93f
Octal2522312460122414721177
Binary10101010100110011010011001010101000011001110101001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA99A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA99A6; }

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

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

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

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

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

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

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

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