#A7A7A7

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

Shades of Dark Gray #A7A7A7

Tints of Dark Gray #A7A7A7

Color information

#A7A7A7 (or 0xA7A7A7) is unknown color: approx Dark Gray. HEX triplet: A7, A7 and A7. RGB value is (167,167,167). Sum of RGB (Red+Green+Blue) = 167+167+167=501 (66% of max value = 765). Red value is 167 (65.62% from 255 or 33.33% from 501); Green value is 167 (65.62% from 255 or 33.33% from 501); Blue value is 167 (65.62% from 255 or 33.33% from 501); Max value from RGB is 167 - color contains mainly: red, green, blue. Hex color #A7A7A7 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A7A7A7 is #585858. Grayscale: #A7A7A7. Windows color (decimal): -5789785 or 10987431. OLE color: 10987431.

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

Color convert

RGB167167167-
CMYK0000.35
HSL0%65.49%-
HSV(B)0%65.49%-
XYZ36.7338.6442.08-
YUV167128128-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 33.33%
GREEN value IS 167 (65.62% from 255) = 33.33%
BLUE value IS 167 (65.62% 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
Decimal1671671670000.350065.49
HexA7A7A7000230041
Octal2472472470004300101
Binary101001111010011110100111000100011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7A7A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7A7A7; }

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

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

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

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

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

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

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

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