#AAA0AB

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

Shades of London Hue #AAA0AB

Tints of London Hue #AAA0AB

Color information

#AAA0AB (or 0xAAA0AB) is unknown color: approx London Hue. HEX triplet: AA, A0 and AB. RGB value is (170,160,171). Sum of RGB (Red+Green+Blue) = 170+160+171=501 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.93% from 501); Green value is 160 (62.89% from 255 or 31.94% from 501); Blue value is 171 (67.19% from 255 or 34.13% from 501); Max value from RGB is 171 - color contains mainly: blue. Hex color #AAA0AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA0AB is #555F54. Grayscale: #A4A4A4. Windows color (decimal): -5594965 or 11247786. OLE color: 11247786.

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

Color convert

RGB170160171-
CMYK0.010.0600.33
HSL294.55º6.15%64.9%-
HSV(B)294.55º6.43%67.06%-
XYZ36.536.6343.67-
YUV164.24131.81132.11-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.93%
GREEN value IS 160 (62.89% from 255) = 31.94%
BLUE value IS 171 (67.19% from 255) = 34.13%
R=33.93%
G=31.94%
B=34.13%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701601710.010.0600.33294.556.1564.9
HexAAA0AB16021127641
Octal252240253160414476101
Binary101010101010000010101011111001000011001001111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA0AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA0AB; }

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

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

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

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

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

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

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

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