#A9ADAD

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

Shades of Hit Grey #A9ADAD

Tints of Hit Grey #A9ADAD

Color information

#A9ADAD (or 0xA9ADAD) is unknown color: approx Hit Grey. HEX triplet: A9, AD and AD. RGB value is (169,173,173). Sum of RGB (Red+Green+Blue) = 169+173+173=515 (68% of max value = 765). Red value is 169 (66.41% from 255 or 32.82% from 515); Green value is 173 (67.97% from 255 or 33.59% from 515); Blue value is 173 (67.97% from 255 or 33.59% from 515); Max value from RGB is 173 - color contains mainly: green, blue. Hex color #A9ADAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A9ADAD is #565252. Grayscale: #ABABAB. Windows color (decimal): -5657171 or 11382185. OLE color: 11382185.

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

Color convert

RGB169173173-
CMYK0.02000.32
HSL180º2.38%67.06%-
HSV(B)180º2.31%67.84%-
XYZ38.8541.3445.47-
YUV171.8128.67126-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 32.82%
GREEN value IS 173 (67.97% from 255) = 33.59%
BLUE value IS 173 (67.97% from 255) = 33.59%
R=32.82%
G=33.59%
B=33.59%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1691731730.02000.321802.3867.06
HexA9ADAD20020b4243
Octal251255255200402642103
Binary101010011010110110101101100010000010110100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9ADAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9ADAD; }

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

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

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

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

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

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

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

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