#AA9DA6

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

Shades of London Hue #AA9DA6

Tints of London Hue #AA9DA6

Color information

#AA9DA6 (or 0xAA9DA6) is unknown color: approx London Hue. HEX triplet: AA, 9D and A6. RGB value is (170,157,166). Sum of RGB (Red+Green+Blue) = 170+157+166=493 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.48% from 493); Green value is 157 (61.72% from 255 or 31.85% from 493); Blue value is 166 (65.23% from 255 or 33.67% from 493); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9DA6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA9DA6 is #556259. Grayscale: #A1A1A1. Windows color (decimal): -5595738 or 10919338. OLE color: 10919338.

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

Color convert

RGB170157166-
CMYK00.080.020.33
HSL318.46º7.1%64.12%-
HSV(B)318.46º7.65%66.67%-
XYZ35.5235.4141.04-
YUV161.91130.31133.77-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34.48%
GREEN value IS 157 (61.72% from 255) = 31.85%
BLUE value IS 166 (65.23% from 255) = 33.67%
R=34.48%
G=31.85%
B=33.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.02
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17015716600.080.020.33318.467.164.12
HexAA9DA60822113e740
Octal2522352460102414767100
Binary10101010100111011010011001000101000011001111101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9DA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9DA6; }

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

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

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

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

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

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

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

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