#A4ADAD

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

Shades of Hit Grey #A4ADAD

Tints of Hit Grey #A4ADAD

Color information

#A4ADAD (or 0xA4ADAD) is unknown color: approx Hit Grey. HEX triplet: A4, AD and AD. RGB value is (164,173,173). Sum of RGB (Red+Green+Blue) = 164+173+173=510 (67% of max value = 765). Red value is 164 (64.45% from 255 or 32.16% from 510); Green value is 173 (67.97% from 255 or 33.92% from 510); Blue value is 173 (67.97% from 255 or 33.92% from 510); Max value from RGB is 173 - color contains mainly: green, blue. Hex color #A4ADAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4ADAD is #5B5252. Grayscale: #AAAAAA. Windows color (decimal): -5984851 or 11382180. OLE color: 11382180.

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

Color convert

RGB164173173-
CMYK0.05000.32
HSL180º5.2%66.08%-
HSV(B)180º5.2%67.84%-
XYZ37.840.845.42-
YUV170.31129.52123.5-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 32.16%
GREEN value IS 173 (67.97% from 255) = 33.92%
BLUE value IS 173 (67.97% from 255) = 33.92%
R=32.16%
G=33.92%
B=33.92%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1641731730.05000.321805.266.08
HexA4ADAD50020b4542
Octal244255255500402645102
Binary10100100101011011010110110100100000101101001011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4ADAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4ADAD; }

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

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

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

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

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

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

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

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