#A5A5A5

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

Shades of Dark Gray #A5A5A5

Tints of Dark Gray #A5A5A5

Color information

#A5A5A5 (or 0xA5A5A5) is unknown color: approx Dark Gray. HEX triplet: A5, A5 and A5. RGB value is (165,165,165). Sum of RGB (Red+Green+Blue) = 165+165+165=495 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.33% from 495); Green value is 165 (64.84% from 255 or 33.33% from 495); Blue value is 165 (64.84% from 255 or 33.33% from 495); Max value from RGB is 165 - color contains mainly: red, green, blue. Hex color #A5A5A5 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5A5A5 is #5A5A5A. Grayscale: #A5A5A5. Windows color (decimal): -5921371 or 10855845. OLE color: 10855845.

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

Color convert

RGB165165165-
CMYK0000.35
HSL0%64.71%-
HSV(B)0%64.71%-
XYZ35.7637.6340.97-
YUV165128128-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 33.33%
GREEN value IS 165 (64.84% from 255) = 33.33%
BLUE value IS 165 (64.84% 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.35
SystemRedGreenBlueCMYKHSL
Decimal1651651650000.350064.71
HexA5A5A5000230041
Octal2452452450004300101
Binary101001011010010110100101000100011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5A5A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5A5A5; }

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

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

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

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

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

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

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

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