#AAA9A5

Color #AAA9A5 Foggy Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Foggy Grey #AAA9A5

Tints of Foggy Grey #AAA9A5

Color information

#AAA9A5 (or 0xAAA9A5) is unknown color: approx Foggy Grey. HEX triplet: AA, A9 and A5. RGB value is (170,169,165). Sum of RGB (Red+Green+Blue) = 170+169+165=504 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.73% from 504); Green value is 169 (66.41% from 255 or 33.53% from 504); Blue value is 165 (64.84% from 255 or 32.74% from 504); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA9A5 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA9A5 is #55565A. Grayscale: #A8A8A8. Windows color (decimal): -5592667 or 10856874. OLE color: 10856874.

HSL color Cylindrical-coordinate representation of color #AAA9A5: hue angle of 48º 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 #AAA9A5 is Cyan = 0, Magento = 0.01, Yellow = 0.03 and Black (K on CMYK) = 0.33.

Color convert

RGB170169165-
CMYK00.010.030.33
HSL48º2.86%65.69%-
HSV(B)48º2.94%66.67%-
XYZ37.5639.6441.27-
YUV168.84125.83128.83-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.73%
GREEN value IS 169 (66.41% from 255) = 33.53%
BLUE value IS 165 (64.84% from 255) = 32.74%
R=33.73%
G=33.53%
B=32.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.03
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17016916500.010.030.33482.8665.69
HexAAA9A50132130342
Octal25225124501341603102
Binary1010101010101001101001010111100001110000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA9A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA9A5; }

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

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

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

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

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

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

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

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