#A5A4A4

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

Shades of Dark Gray #A5A4A4

Tints of Dark Gray #A5A4A4

Color information

#A5A4A4 (or 0xA5A4A4) is unknown color: approx Dark Gray. HEX triplet: A5, A4 and A4. RGB value is (165,164,164). Sum of RGB (Red+Green+Blue) = 165+164+164=493 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.47% from 493); Green value is 164 (64.45% from 255 or 33.27% from 493); Blue value is 164 (64.45% from 255 or 33.27% from 493); Max value from RGB is 165 - color contains mainly: red. Hex color #A5A4A4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5A4A4 is #5A5B5B. Grayscale: #A4A4A4. Windows color (decimal): -5921628 or 10790053. OLE color: 10790053.

HSL color Cylindrical-coordinate representation of color #A5A4A4: 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 #A5A4A4 is Cyan = 0, Magento = 0.01, Yellow = 0.01 and Black (K on CMYK) = 0.35.

Color convert

RGB165164164-
CMYK00.010.010.35
HSL0.55%64.51%-
HSV(B)0.61%64.71%-
XYZ35.4937.2340.44-
YUV164.3127.83128.5-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 33.47%
GREEN value IS 164 (64.45% from 255) = 33.27%
BLUE value IS 164 (64.45% from 255) = 33.27%
R=33.47%
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.35
SystemRedGreenBlueCMYKHSL
Decimal16516416400.010.010.3500.5564.51
HexA5A4A4011230141
Octal2452442440114301101
Binary101001011010010010100100011100011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5A4A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5A4A4; }

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

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

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

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

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

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

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

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