#A6A6A6

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

Shades of Dark Gray #A6A6A6

Tints of Dark Gray #A6A6A6

Color information

#A6A6A6 (or 0xA6A6A6) is unknown color: approx Dark Gray. HEX triplet: A6, A6 and A6. RGB value is (166,166,166). Sum of RGB (Red+Green+Blue) = 166+166+166=498 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.33% from 498); Green value is 166 (65.23% from 255 or 33.33% from 498); Blue value is 166 (65.23% from 255 or 33.33% from 498); Max value from RGB is 166 - color contains mainly: red, green, blue. Hex color #A6A6A6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6A6A6 is #595959. Grayscale: #A6A6A6. Windows color (decimal): -5855578 or 10921638. OLE color: 10921638.

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

Color convert

RGB166166166-
CMYK0000.35
HSL0%65.1%-
HSV(B)0%65.1%-
XYZ36.2538.1341.53-
YUV166128128-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 33.33%
GREEN value IS 166 (65.23% from 255) = 33.33%
BLUE value IS 166 (65.23% 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
Decimal1661661660000.350065.1
HexA6A6A6000230041
Octal2462462460004300101
Binary101001101010011010100110000100011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6A6A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6A6A6; }

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

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

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

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

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

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

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

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