#AAA5AA

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

Shades of London Hue #AAA5AA

Tints of London Hue #AAA5AA

Color information

#AAA5AA (or 0xAAA5AA) is unknown color: approx London Hue. HEX triplet: AA, A5 and AA. RGB value is (170,165,170). Sum of RGB (Red+Green+Blue) = 170+165+170=505 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.66% from 505); Green value is 165 (64.84% from 255 or 32.67% from 505); Blue value is 170 (66.80% from 255 or 33.66% from 505); Max value from RGB is 170 - color contains mainly: red, blue. Hex color #AAA5AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA5AA is #555A55. Grayscale: #A7A7A7. Windows color (decimal): -5593686 or 11183530. OLE color: 11183530.

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

Color convert

RGB170165170-
CMYK00.0300.33
HSL300º2.86%65.69%-
HSV(B)300º2.94%66.67%-
XYZ37.2938.3643.47-
YUV167.06129.66130.09-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.66%
GREEN value IS 165 (64.84% from 255) = 32.67%
BLUE value IS 170 (66.80% from 255) = 33.66%
R=33.66%
G=32.67%
B=33.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17016517000.0300.333002.8665.69
HexAAA5AA0302112c342
Octal252245252030414543102
Binary1010101010100101101010100110100001100101100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA5AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA5AA; }

 p { color: rgb(170,165,170); }

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

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

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

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

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

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

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