#A3ADAD

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

Shades of Hit Grey #A3ADAD

Tints of Hit Grey #A3ADAD

Color information

#A3ADAD (or 0xA3ADAD) is unknown color: approx Hit Grey. HEX triplet: A3, AD and AD. RGB value is (163,173,173). Sum of RGB (Red+Green+Blue) = 163+173+173=509 (67% of max value = 765). Red value is 163 (64.06% from 255 or 32.02% from 509); Green value is 173 (67.97% from 255 or 33.99% from 509); Blue value is 173 (67.97% from 255 or 33.99% from 509); Max value from RGB is 173 - color contains mainly: green, blue. Hex color #A3ADAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3ADAD is #5C5252. Grayscale: #AAAAAA. Windows color (decimal): -6050387 or 11382179. OLE color: 11382179.

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

Color convert

RGB163173173-
CMYK0.06000.32
HSL180º5.75%65.88%-
HSV(B)180º5.78%67.84%-
XYZ37.5940.6945.41-
YUV170.01129.69123-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 32.02%
GREEN value IS 173 (67.97% from 255) = 33.99%
BLUE value IS 173 (67.97% from 255) = 33.99%
R=32.02%
G=33.99%
B=33.99%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1631731730.06000.321805.7565.88
HexA3ADAD60020b4642
Octal243255255600402646102
Binary10100011101011011010110111000100000101101001101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3ADAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3ADAD; }

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

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

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

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

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

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

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

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