#A9A9A9

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

Shades of DarkGray #A9A9A9

Tints of DarkGray #A9A9A9

Color information

#A9A9A9 (or 0xA9A9A9) is known color: DarkGray. HEX triplet: A9, A9 and A9. RGB value is (169,169,169). Sum of RGB (Red+Green+Blue) = 169+169+169=507 (67% of max value = 765). Red value is 169 (66.41% from 255 or 33.33% from 507); Green value is 169 (66.41% from 255 or 33.33% from 507); Blue value is 169 (66.41% from 255 or 33.33% from 507); Max value from RGB is 169 - color contains mainly: red, green, blue. Hex color #A9A9A9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A9A9A9 is #565656. Grayscale: #A9A9A9. Windows color (decimal): -5658199 or 11119017. OLE color: 11119017.

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

Color convert

RGB169169169-
CMYK0000.34
HSL0%66.27%-
HSV(B)0%66.27%-
XYZ37.7139.6843.21-
YUV169128128-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 33.33%
GREEN value IS 169 (66.41% from 255) = 33.33%
BLUE value IS 169 (66.41% from 255) = 33.33%
R=33.33%
G=33.33%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691691690000.340066.27
HexA9A9A9000220042
Octal2512512510004200102
Binary101010011010100110101001000100010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9A9A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9A9A9; }

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

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

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

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

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

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

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

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