#AAA9A4

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

Shades of Foggy Grey #AAA9A4

Tints of Foggy Grey #AAA9A4

Color information

#AAA9A4 (or 0xAAA9A4) is unknown color: approx Foggy Grey. HEX triplet: AA, A9 and A4. RGB value is (170,169,164). Sum of RGB (Red+Green+Blue) = 170+169+164=503 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.80% from 503); Green value is 169 (66.41% from 255 or 33.60% from 503); Blue value is 164 (64.45% from 255 or 32.60% from 503); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA9A4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA9A4 is #55565B. Grayscale: #A8A8A8. Windows color (decimal): -5592668 or 10791338. OLE color: 10791338.

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

Color convert

RGB170169164-
CMYK00.010.040.33
HSL50º3.41%65.49%-
HSV(B)50º3.53%66.67%-
XYZ37.4739.640.79-
YUV168.73125.33128.91-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.80%
GREEN value IS 169 (66.41% from 255) = 33.60%
BLUE value IS 164 (64.45% from 255) = 32.60%
R=33.80%
G=33.60%
B=32.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.04
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17016916400.010.040.33503.4165.49
HexAAA9A40142132341
Octal25225124401441623101
Binary10101010101010011010010001100100001110010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA9A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA9A4; }

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

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

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

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

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

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

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

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