#A6ADAD

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

Shades of Hit Grey #A6ADAD

Tints of Hit Grey #A6ADAD

Color information

#A6ADAD (or 0xA6ADAD) is unknown color: approx Hit Grey. HEX triplet: A6, AD and AD. RGB value is (166,173,173). Sum of RGB (Red+Green+Blue) = 166+173+173=512 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.42% from 512); Green value is 173 (67.97% from 255 or 33.79% from 512); Blue value is 173 (67.97% from 255 or 33.79% from 512); Max value from RGB is 173 - color contains mainly: green, blue. Hex color #A6ADAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6ADAD is #595252. Grayscale: #AAAAAA. Windows color (decimal): -5853779 or 11382182. OLE color: 11382182.

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

Color convert

RGB166173173-
CMYK0.04000.32
HSL180º4.09%66.47%-
HSV(B)180º4.05%67.84%-
XYZ38.2141.0145.44-
YUV170.91129.18124.5-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 32.42%
GREEN value IS 173 (67.97% from 255) = 33.79%
BLUE value IS 173 (67.97% from 255) = 33.79%
R=32.42%
G=33.79%
B=33.79%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1661731730.04000.321804.0966.47
HexA6ADAD40020b4442
Octal246255255400402644102
Binary10100110101011011010110110000100000101101001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6ADAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6ADAD; }

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

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

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

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

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

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

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

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