#AA9AAC

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

Shades of London Hue #AA9AAC

Tints of London Hue #AA9AAC

Color information

#AA9AAC (or 0xAA9AAC) is unknown color: approx London Hue. HEX triplet: AA, 9A and AC. RGB value is (170,154,172). Sum of RGB (Red+Green+Blue) = 170+154+172=496 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.27% from 496); Green value is 154 (60.55% from 255 or 31.05% from 496); Blue value is 172 (67.58% from 255 or 34.68% from 496); Max value from RGB is 172 - color contains mainly: blue. Hex color #AA9AAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA9AAC is #556553. Grayscale: #A0A0A0. Windows color (decimal): -5596500 or 11311786. OLE color: 11311786.

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

Color convert

RGB170154172-
CMYK0.010.1000.33
HSL293.33º9.78%63.92%-
HSV(B)293.33º10.47%67.45%-
XYZ35.5834.6443.84-
YUV160.84134.3134.54-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34.27%
GREEN value IS 154 (60.55% from 255) = 31.05%
BLUE value IS 172 (67.58% from 255) = 34.68%
R=34.27%
G=31.05%
B=34.68%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701541720.010.1000.33293.339.7863.92
HexAA9AAC1A021125a40
Octal25223225411204144512100
Binary10101010100110101010110011010010000110010010110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9AAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9AAC; }

 p { color: rgb(170,154,172); }

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

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

 a { background-color: rgb(170,154,172); }

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

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

 span { border-color: rgb(170,154,172); }

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