#AAA9A9

Color #AAA9A9 Dark Gray (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Gray #AAA9A9

Tints of Dark Gray #AAA9A9

Color information

#AAA9A9 (or 0xAAA9A9) is unknown color: approx Dark Gray. HEX triplet: AA, A9 and A9. RGB value is (170,169,169). Sum of RGB (Red+Green+Blue) = 170+169+169=508 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.46% from 508); Green value is 169 (66.41% from 255 or 33.27% from 508); Blue value is 169 (66.41% from 255 or 33.27% from 508); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA9A9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA9A9 is #555656. Grayscale: #A9A9A9. Windows color (decimal): -5592663 or 11119018. OLE color: 11119018.

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

Color convert

RGB170169169-
CMYK00.010.010.33
HSL0.58%66.47%-
HSV(B)0.59%66.67%-
XYZ37.9339.7943.22-
YUV169.3127.83128.5-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.46%
GREEN value IS 169 (66.41% from 255) = 33.27%
BLUE value IS 169 (66.41% from 255) = 33.27%
R=33.46%
G=33.27%
B=33.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.01
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17016916900.010.010.3300.5866.47
HexAAA9A9011210142
Octal2522512510114101102
Binary101010101010100110101001011100001011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA9A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA9A9; }

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

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

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

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

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

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

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

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