#A4AEAE

Color #A4AEAE Hit Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hit Grey #A4AEAE

Tints of Hit Grey #A4AEAE

Color information

#A4AEAE (or 0xA4AEAE) is unknown color: approx Hit Grey. HEX triplet: A4, AE and AE. RGB value is (164,174,174). Sum of RGB (Red+Green+Blue) = 164+174+174=512 (67% of max value = 765). Red value is 164 (64.45% from 255 or 32.03% from 512); Green value is 174 (68.36% from 255 or 33.98% from 512); Blue value is 174 (68.36% from 255 or 33.98% from 512); Max value from RGB is 174 - color contains mainly: green, blue. Hex color #A4AEAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4AEAE is #5B5151. Grayscale: #ABABAB. Windows color (decimal): -5984594 or 11447972. OLE color: 11447972.

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

Color convert

RGB164174174-
CMYK0.06000.32
HSL180º5.81%66.27%-
HSV(B)180º5.75%68.24%-
XYZ38.0941.2245.99-
YUV171.01129.69123-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 32.03%
GREEN value IS 174 (68.36% from 255) = 33.98%
BLUE value IS 174 (68.36% from 255) = 33.98%
R=32.03%
G=33.98%
B=33.98%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1641741740.06000.321805.8166.27
HexA4AEAE60020b4642
Octal244256256600402646102
Binary10100100101011101010111011000100000101101001101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4AEAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4AEAE; }

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

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

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

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

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

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

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

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