#A4AAAA

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

Shades of Hit Grey #A4AAAA

Tints of Hit Grey #A4AAAA

Color information

#A4AAAA (or 0xA4AAAA) is unknown color: approx Hit Grey. HEX triplet: A4, AA and AA. RGB value is (164,170,170). Sum of RGB (Red+Green+Blue) = 164+170+170=504 (66% of max value = 765). Red value is 164 (64.45% from 255 or 32.54% from 504); Green value is 170 (66.80% from 255 or 33.73% from 504); Blue value is 170 (66.80% from 255 or 33.73% from 504); Max value from RGB is 170 - color contains mainly: green, blue. Hex color #A4AAAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4AAAA is #5B5555. Grayscale: #A8A8A8. Windows color (decimal): -5985622 or 11184804. OLE color: 11184804.

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

Color convert

RGB164170170-
CMYK0.04000.33
HSL180º3.41%65.49%-
HSV(B)180º3.53%66.67%-
XYZ36.9439.5443.72-
YUV168.21129.01125-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 32.54%
GREEN value IS 170 (66.80% from 255) = 33.73%
BLUE value IS 170 (66.80% from 255) = 33.73%
R=32.54%
G=33.73%
B=33.73%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1641701700.04000.331803.4165.49
HexA4AAAA40021b4341
Octal244252252400412643101
Binary1010010010101010101010101000010000110110100111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4AAAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4AAAA; }

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

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

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

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

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

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

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

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