#A1ADAD

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

Shades of Hit Grey #A1ADAD

Tints of Hit Grey #A1ADAD

Color information

#A1ADAD (or 0xA1ADAD) is unknown color: approx Hit Grey. HEX triplet: A1, AD and AD. RGB value is (161,173,173). Sum of RGB (Red+Green+Blue) = 161+173+173=507 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.76% from 507); Green value is 173 (67.97% from 255 or 34.12% from 507); Blue value is 173 (67.97% from 255 or 34.12% from 507); Max value from RGB is 173 - color contains mainly: green, blue. Hex color #A1ADAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1ADAD is #5E5252. Grayscale: #A9A9A9. Windows color (decimal): -6181459 or 11382177. OLE color: 11382177.

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

Color convert

RGB161173173-
CMYK0.07000.32
HSL180º6.82%65.49%-
HSV(B)180º6.94%67.84%-
XYZ37.1840.4845.39-
YUV169.41130.02122-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 31.76%
GREEN value IS 173 (67.97% from 255) = 34.12%
BLUE value IS 173 (67.97% from 255) = 34.12%
R=31.76%
G=34.12%
B=34.12%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1611731730.07000.321806.8265.49
HexA1ADAD70020b4741
Octal241255255700402647101
Binary10100001101011011010110111100100000101101001111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1ADAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1ADAD; }

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

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

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

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

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

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

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

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