#A6A4A4

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

Shades of Dark Gray #A6A4A4

Tints of Dark Gray #A6A4A4

Color information

#A6A4A4 (or 0xA6A4A4) is unknown color: approx Dark Gray. HEX triplet: A6, A4 and A4. RGB value is (166,164,164). Sum of RGB (Red+Green+Blue) = 166+164+164=494 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.60% from 494); Green value is 164 (64.45% from 255 or 33.20% from 494); Blue value is 164 (64.45% from 255 or 33.20% from 494); Max value from RGB is 166 - color contains mainly: red. Hex color #A6A4A4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6A4A4 is #595B5B. Grayscale: #A4A4A4. Windows color (decimal): -5856092 or 10790054. OLE color: 10790054.

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

Color convert

RGB166164164-
CMYK00.010.010.35
HSL1.11%64.71%-
HSV(B)1.2%65.1%-
XYZ35.737.3440.45-
YUV164.6127.66129-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 33.60%
GREEN value IS 164 (64.45% from 255) = 33.20%
BLUE value IS 164 (64.45% from 255) = 33.20%
R=33.60%
G=33.20%
B=33.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.01
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16616416400.010.010.3501.1164.71
HexA6A4A4011230141
Octal2462442440114301101
Binary101001101010010010100100011100011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6A4A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6A4A4; }

 p { color: rgb(166,164,164); }

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

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

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

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

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

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

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